rx: Enable the compare-elim pass.

From-SVN: r169133
This commit is contained in:
Richard Henderson 2011-01-22 11:39:36 -08:00 committed by Richard Henderson
parent 3843787fd9
commit 1b7ae0b722
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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.

View 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" */