diff options
author | Dale Johannesen <dalej@apple.com> | 2008-10-24 21:20:25 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-10-24 21:20:25 +0000 |
commit | 47106ba6584230b99af2fd64378ea9f90c686eb2 (patch) | |
tree | 8968a3ba63f32928c0833f1ced697ea7dc429e5b /test/CodeGen/X86/isint.ll | |
parent | 61df3b751acaf4b3dd5e77e8fe8daac1e14544e9 (diff) | |
download | external_llvm-47106ba6584230b99af2fd64378ea9f90c686eb2.zip external_llvm-47106ba6584230b99af2fd64378ea9f90c686eb2.tar.gz external_llvm-47106ba6584230b99af2fd64378ea9f90c686eb2.tar.bz2 |
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.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll index 17a419e..7acc5cc 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 |