This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
This code also must never be run, for the type check in SET_DECL_RTL would have put out an assertion if so.
I'd like to remove this code because it's (1) dead code
Ok to submit?
- SET_DECL_RTL (TREE_TYPE (decl), NULL_RTX); + SET_DECL_RTL (decl, NULL_RTX);
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |