diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-02-23 00:56:14 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-23 00:56:14 +0000 |
| commit | 26e5d01ca10b0ab4624b339e64caedce2bbe7ee5 (patch) | |
| tree | 5834765744e9989de28338c292624900553171ba /llvm/test | |
| parent | 652d18e37c19f041a05a5d38585984c3a9bf9b57 (diff) | |
| download | bcm5719-llvm-26e5d01ca10b0ab4624b339e64caedce2bbe7ee5.tar.gz bcm5719-llvm-26e5d01ca10b0ab4624b339e64caedce2bbe7ee5.zip | |
Really. Why doesn't every arch support MMX?
llvm-svn: 47513
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll b/llvm/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll index ebe60ad1ae6..8cf36425f22 100644 --- a/llvm/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll +++ b/llvm/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -regalloc=local -mattr=+mmx | grep esi +; RUN: llvm-as < %s | llc -regalloc=local -march=x86 -mattr=+mmx | grep esi ; PR2082 ; Local register allocator was refusing to use ESI, EDI, and EBP so it ran out of ; registers. |

