commit | 4b29de998cc367427d8470c20cf5e8a57142eb3b | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Thu Aug 28 01:51:09 2008 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Thu Aug 28 01:51:09 2008 +0000 |
tree | b697c68433a008135faeb2afc65bcf80edf17451 | |
parent | c760e765152ad9532d36bc6e322790c1360f69c0 [diff] [blame] |
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
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.