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: [PATCH] Improve handling of COND_EXECs in haifa_classify_insn.


I'd rename haifa_classify_expr into haifa_classify_rtx and its parameter to X (because the function is recursive after the patch). The comment could be:

/* Classifies rtx X of an insn for the purpose of verifiying that X can be executed speculatively (and consequently
the insn can be move speculatively), by examining X, returning:


Ok with these changes (please change the function name in ChangeLog too).

Thanks. Committed to trunk.


Alexander Monakov


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