From 9cbf94f7007bf45a8e52c5f63667f402a737eb50 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 29 Aug 1999 01:23:12 +0000 Subject: Merge typo. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/new_ia32_branch@28955 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/i386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3