aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/i386/i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 07c7492fe15..ec05ac468f8 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -2095,7 +2095,7 @@ while (0)
#define EXTRA_CC_MODES \
CC(CCNOmode, "CCNO") \
CC(CCFPmode, "CCFP") \
- CC(CCCPUmode, "CCFPU")
+ CC(CCFPUmode, "CCFPU")
/* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
return the mode to be used for the comparison.