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]

Re: [lto][patch] Remove vestigial fixup code


Rafael Espindola wrote:

+ if (old_node && old_node != node) {

Brace goes on the next line.


+    /* Note that we cannot do the ggc_free when we merge the declaration,
+       but must wait until we have finished using it above. */
+    remove_decl_from_map (old_node);

Assert here that OLD_NODE is not a prevailing def?


OK, otherwise. Thanks for this cleanup.


Diego.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]