Commit 3843787f by Richard Henderson Committed by Richard Henderson

mn10300: Enable the compare-elim pass.

From-SVN: r169132
parent e692f276
2011-01-21 Richard Henderson <rth@redhat.com>
* config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
* compare-elim.c: New file.
* Makefile.in (OBJS-common): Add it.
(compare-elim.o): New.
......
......@@ -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;
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