hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10

triple imply sse2?

llvm-svn: 99197
This commit is contained in:
Chris Lattner 2010-03-22 18:51:09 +00:00
parent 54ebc986b1
commit c57c6792ee
1 changed files with 1 additions and 1 deletions

View 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>