diff options
author | Richard Henderson <rth@redhat.com> | 2011-01-22 11:37:55 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-01-22 11:37:55 -0800 |
commit | 3843787fd90e35342b396c0782e850d54ab26f88 (patch) | |
tree | b6a7af86e0a93a72eae02c1ba6acc62d1b6685b3 /gcc/config | |
parent | e692f27683b38733fedc67b62ddd5f41b9a9e0ed (diff) | |
download | gcc-3843787fd90e35342b396c0782e850d54ab26f88.zip gcc-3843787fd90e35342b396c0782e850d54ab26f88.tar.gz gcc-3843787fd90e35342b396c0782e850d54ab26f88.tar.bz2 |
mn10300: Enable the compare-elim pass.
From-SVN: r169132
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mn10300/mn10300.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mn10300/mn10300.c b/gcc/config/mn10300/mn10300.c index 8a042f6..cbdf02d 100644 --- a/gcc/config/mn10300/mn10300.c +++ b/gcc/config/mn10300/mn10300.c @@ -3021,4 +3021,7 @@ mn10300_split_and_operand_count (rtx op) #undef TARGET_MD_ASM_CLOBBERS #define TARGET_MD_ASM_CLOBBERS mn10300_md_asm_clobbers +#undef TARGET_FLAGS_REGNUM +#define TARGET_FLAGS_REGNUM CC_REG + struct gcc_target targetm = TARGET_INITIALIZER; |