mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 22:21:32 +08:00
rx: Enable the compare-elim pass.
From-SVN: r169133
This commit is contained in:
parent
3843787fd9
commit
1b7ae0b722
@ -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.
|
||||
|
@ -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" */
|
||||
|
Loading…
x
Reference in New Issue
Block a user