aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-isel.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-08-28 01:51:09 +0000
committerDale Johannesen <dalej@apple.com>2008-08-28 01:51:09 +0000
commitf2c785edf0d7ceb4491333146e289fdbbba1dddf (patch)
treeb697c68433a008135faeb2afc65bcf80edf17451 /test/CodeGen/X86/fast-isel.ll
parent0e2b43fee2b6c68ee652defcd5f3e849fe1d6888 (diff)
downloadexternal_llvm-f2c785edf0d7ceb4491333146e289fdbbba1dddf.zip
external_llvm-f2c785edf0d7ceb4491333146e289fdbbba1dddf.tar.gz
external_llvm-f2c785edf0d7ceb4491333146e289fdbbba1dddf.tar.bz2
This test crashes on non-x86 host; make SSE explicit.
Feel free to fix a better way! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-isel.ll')
-rw-r--r--test/CodeGen/X86/fast-isel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel.ll b/test/CodeGen/X86/fast-isel.ll
index b96406e..1260eed 100644
--- a/test/CodeGen/X86/fast-isel.ll
+++ b/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.