]> granicus.if.org Git - clang/commitdiff
i386-apple-darwin10 implies sse2, this option shouldn't be needed.
authorChris Lattner <sabre@nondot.org>
Fri, 26 Mar 2010 17:51:13 +0000 (17:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Mar 2010 17:51:13 +0000 (17:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99627 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/c89.c

index ffe5c8496cb1999340d692104c88cdbae1c2c2a4..a4e92d3db624f941b6a1561b60cae996e5119cf3 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -triple=i386-apple-darwin10 -msse2 -fsyntax-only -verify -std=c89 %s
+// RUN: %clang -triple=i386-apple-darwin10 -fsyntax-only -verify -std=c89 %s
 
 // PR6658
 #include <xmmintrin.h>