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 | 28c9fc630c02088ebb41c7a77c2743e0b019a322 (patch) | |
tree | 67bc345dbbee5898c9bb94d7c332c3a5f16f7448 /test/CodeGen | |
parent | d7313c560855555796a7a0e1ec39b7c2059e0542 (diff) | |
download | external_llvm-28c9fc630c02088ebb41c7a77c2743e0b019a322.zip external_llvm-28c9fc630c02088ebb41c7a77c2743e0b019a322.tar.gz external_llvm-28c9fc630c02088ebb41c7a77c2743e0b019a322.tar.bz2 |
Really. Why doesn't every arch support MMX?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll b/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll index ebe60ad..8cf3642 100644 --- a/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll +++ b/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. |