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] Removing useless/redundant "const" calls


In message <wvlfzmfepwi.fsf@prospero.boston.redhat.com>, Jason Merrill writes:
 >Perhaps you should be using flags_from_decl_or_type/ECF_CONST here.
If we want to do something with pure functions, then we'll definitely
need to use flags_from_decl_or_type to distinguish between pure and
const for the dominator opts.

jeff


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