Commit 1b7ae0b7 by Richard Henderson Committed by Richard Henderson

rx: Enable the compare-elim pass.

From-SVN: r169133
parent 3843787f
2011-01-21 Richard Henderson <rth@redhat.com>
* config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
* config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
* compare-elim.c: New file.
......
......@@ -2902,6 +2902,9 @@ rx_match_ccmode (rtx insn, enum machine_mode cc_mode)
#undef TARGET_EXCEPT_UNWIND_INFO
#define TARGET_EXCEPT_UNWIND_INFO sjlj_except_unwind_info
#undef TARGET_FLAGS_REGNUM
#define TARGET_FLAGS_REGNUM CC_REG
struct gcc_target targetm = TARGET_INITIALIZER;
/* #include "gt-rx.h" */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment