summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/isint.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-10-24 21:20:25 +0000
committerDale Johannesen <dalej@apple.com>2008-10-24 21:20:25 +0000
commit47106ba6584230b99af2fd64378ea9f90c686eb2 (patch)
tree8968a3ba63f32928c0833f1ced697ea7dc429e5b /test/CodeGen/X86/isint.ll
parent61df3b751acaf4b3dd5e77e8fe8daac1e14544e9 (diff)
downloadllvm-47106ba6584230b99af2fd64378ea9f90c686eb2.tar.gz
llvm-47106ba6584230b99af2fd64378ea9f90c686eb2.tar.bz2
llvm-47106ba6584230b99af2fd64378ea9f90c686eb2.tar.xz
Be kind to non-x86 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/isint.ll')
-rw-r--r--test/CodeGen/X86/isint.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll
index 17a419e5c5..7acc5ccf20 100644
--- a/test/CodeGen/X86/isint.ll
+++ b/test/CodeGen/X86/isint.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 > %t
; RUN: not grep cmp %t
; RUN: not grep xor %t
; RUN: grep jne %t | count 1