diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-22 18:51:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-22 18:51:09 +0000 |
commit | f7c700879cb8c12d3a6d087ca46ae72741afb5c5 (patch) | |
tree | b908bd6645e6ff7980d3d6ebc03a7d1e6757f604 | |
parent | fda055896547185dc7145046ccf0c66f3ad4e71e (diff) |
hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10
triple imply sse2?
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99197 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Headers/c89.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Headers/c89.c b/test/Headers/c89.c index a4e92d3db6..4b17ba14d2 100644 --- a/test/Headers/c89.c +++ b/test/Headers/c89.c @@ -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> |