projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2122a5
)
Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.
author
Dan Gohman
<gohman@apple.com>
Thu, 21 Aug 2008 22:34:25 +0000
(22:34 +0000)
committer
Dan Gohman
<gohman@apple.com>
Thu, 21 Aug 2008 22:34:25 +0000
(22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55145
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fast-isel.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fast-isel.ll
b/test/CodeGen/X86/fast-isel.ll
index 601e38578c6f58db67d9f2341eab1054f477d3d6..3510024fe4f972c7c1b415c22f9229110653df0d 100644
(file)
--- 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.