This is the mail archive of the gcc@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: Using SSA


> I think (if I'm correctly interpreting the list in passes.c) it is.  It's
> right after pass_warn_function_noreturn, just before pass_mudflap_2.  Is
> this right?  I don't get any assertion about SSA not being available.

In this case, it is also after pass_del_ssa, which means SSA has already
been destroyed.

Paolo 


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