forked from OSchip/llvm-project
hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10
triple imply sse2? llvm-svn: 99197
This commit is contained in:
parent
54ebc986b1
commit
c57c6792ee
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue