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: [tree-ssa] dead const/pure/alloca call removal


+ /* Return true if CALL can not be removed in case its return value is dead.
+ In addition to const and pure functions we may elliminate alloca
+ builtin too. */


Actually, I would write the comment this way, for maximum clarity:

"Return true if CALL cannot be removed even when its return value is dead. (Return false if the return value is the only significant part of the call, such as when a pure function is being called.)"


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