Fix this test on non-X86 platforms.

llvm-svn: 51552
This commit is contained in:
Eli Friedman 2008-05-25 04:43:38 +00:00
parent 1f97e5798f
commit d042a969c9
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// RUN: clang %s -fsyntax-only -verify -pedantic
// RUN: clang %s -fsyntax-only -verify -pedantic -triple=i686-apple-darwin9
// This test needs to set the target because it uses __builtin_ia32_vec_ext_v4si
int test1(float a, int b) {
return __builtin_isless(a, b);