diff options
Diffstat (limited to 'gcc/config/c4x/c4x.h')
-rw-r--r-- | gcc/config/c4x/c4x.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 02f5cbf977f..2d019b5304e 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -1532,11 +1532,7 @@ extern struct rtx_def *c4x_function_arg(); load instructions after an add, subtract, neg, abs or multiply. We must emit a compare insn to check the result against 0. */ -#define EXTRA_CC_MODES CC_NOOVmode - -/* Define the names for the modes specified above. */ - -#define EXTRA_CC_NAMES "CC_NOOV" +#define EXTRA_CC_MODES CC(CC_NOOVmode, "CC_NOOV") /* CC_NOOVmode should be used when the first operand is a PLUS, MINUS, NEG or MULT. |