diff options
Diffstat (limited to 'gcc/config/arc/arc.h')
-rw-r--r-- | gcc/config/arc/arc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index ae0176f..1390d6b 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -990,15 +990,6 @@ do { \ goto LABEL; \ } -/* Condition code usage. */ - -/* Some insns set all condition code flags, some only set the ZNC flags, and - some only set the ZN flags. */ - -#define EXTRA_CC_MODES \ - CC(CCZNCmode, "CCZNC") \ - CC(CCZNmode, "CCZN") - /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE, return the mode to be used for the comparison. */ #define SELECT_CC_MODE(OP, X, Y) \ |