diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-21 22:34:25 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-21 22:34:25 +0000 |
commit | 46989c637df8a22ca5ade20f6e3fb668888a227e (patch) | |
tree | 8abf9a503ee39b1c4fbd778e2276bc4e26545e8d /llvm/test/CodeGen/X86/fast-isel.ll | |
parent | d95495f601c9c3fcdf9a93b9dcdaf3ed6ed6f85b (diff) | |
download | bcm5719-llvm-46989c637df8a22ca5ade20f6e3fb668888a227e.tar.gz bcm5719-llvm-46989c637df8a22ca5ade20f6e3fb668888a227e.zip |
Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.
llvm-svn: 55145
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel.ll b/llvm/test/CodeGen/X86/fast-isel.ll index 601e38578c6..3510024fe4f 100644 --- a/llvm/test/CodeGen/X86/fast-isel.ll +++ b/llvm/test/CodeGen/X86/fast-isel.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -fast-isel -march=x86 +; RUN: llvm-as < %s | llc -fast-isel -march=x86 -mattr=sse2 ; This tests very minimal fast-isel functionality. |