Hello, > There don't seem to be many comments explaining why we're doing > what we're doing here, so I'm not sure whether this was the intended > behaviour or not. Do we really want to kick out existing DECL_RTLs, > or is there simply a missing !DECL_RTL_SET_P in the DECL_P condition:
I think that adding the !DECL_RTL_SET_P should work. Nevertheless, prepare_decl_rtl and friends should disappear when killloop-branch is merged (I have a patch for this in testing, not yet commited to the branch). Zdenek