]> granicus.if.org Git - clang/commitdiff
hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10
authorChris Lattner <sabre@nondot.org>
Mon, 22 Mar 2010 18:51:09 +0000 (18:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Mar 2010 18:51:09 +0000 (18:51 +0000)
triple imply sse2?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99197 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/c89.c

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