summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-21 22:34:25 +0000
committerDan Gohman <gohman@apple.com>2008-08-21 22:34:25 +0000
commitc67670b1ae89ca61f7066b793b7c6d2fc18c50d4 (patch)
tree070b2c6648039163d23b624d48b5ae7eefb2173c /test/CodeGen/X86/fast-isel.ll
parente2122a5e2eabb57f2013d5d0ddcbf30bcc0dbc1f (diff)
downloadllvm-c67670b1ae89ca61f7066b793b7c6d2fc18c50d4.tar.gz
llvm-c67670b1ae89ca61f7066b793b7c6d2fc18c50d4.tar.bz2
llvm-c67670b1ae89ca61f7066b793b7c6d2fc18c50d4.tar.xz
Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55145 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 601e38578c..3510024fe4 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.