From 9876edc067ca5aae3102669e7e8eac100da0f93d Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 20 Feb 2009 18:53:07 +0000 Subject: [PATCH] Fix test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65139 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/ccc/test/ccc/x86-target-features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ccc/test/ccc/x86-target-features.c b/tools/ccc/test/ccc/x86-target-features.c index 34149226ea..c35db6bb44 100644 --- a/tools/ccc/test/ccc/x86-target-features.c +++ b/tools/ccc/test/ccc/x86-target-features.c @@ -1,4 +1,4 @@ // RUN: xcc -ccc-host-machine i386 -### -S %s -mno-red-zone -mno-sse -msse4a -msoft-float &> %t && -// RUN: grep '"--mattrs=-sse,+sse4a"' %t && +// RUN: grep '"--mattr=-sse,+sse4a"' %t && // RUN: grep '"--disable-red-zone"' %t && // RUN: grep '"--soft-float"' %t