aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1999-08-29 01:23:12 +0000
committerRichard Henderson <rth@cygnus.com>1999-08-29 01:23:12 +0000
commit9cbf94f7007bf45a8e52c5f63667f402a737eb50 (patch)
tree35cc24ca662a23f4cae8db5ff12b5e7312cf877a
parentf6eafb4b7fadbe7c27b271939b84094891ba697f (diff)
Merge typo.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/new_ia32_branch@28955 138bc75d-0d04-0410-961f-82ee72b054a4
-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.