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:
0e2b43f
)
This test crashes on non-x86 host; make SSE explicit.
author
Dale Johannesen
<dalej@apple.com>
Thu, 28 Aug 2008 01:51:09 +0000
(
01:51
+0000)
committer
Dale Johannesen
<dalej@apple.com>
Thu, 28 Aug 2008 01:51:09 +0000
(
01:51
+0000)
Feel free to fix a better way!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55456
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 b96406e2c8c54c27952cf1f49c69101dd9ecd81e..1260eed07f5f2355833f6c2649ee3d378f2f5ba8 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.