diff options
author | Dale Johannesen <dalej@apple.com> | 2008-08-28 01:51:09 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-08-28 01:51:09 +0000 |
commit | 897b2380d8d5a1a435fd1c750e1b8c3ee20fa4ec (patch) | |
tree | 789eec7b6f69b03f813fed6388394570824def5b /llvm/test/CodeGen/X86/fast-isel.ll | |
parent | c1cf43005110f6d37b7ad57ab55c072a23f886cf (diff) | |
download | bcm5719-llvm-897b2380d8d5a1a435fd1c750e1b8c3ee20fa4ec.tar.gz bcm5719-llvm-897b2380d8d5a1a435fd1c750e1b8c3ee20fa4ec.zip |
This test crashes on non-x86 host; make SSE explicit.
Feel free to fix a better way!
llvm-svn: 55456
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 b96406e2c8c..1260eed07f5 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. |