aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-23 00:56:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-23 00:56:14 +0000
commite10d81c75973a5447c81a97d7dbc78e88b4baf46 (patch)
tree67bc345dbbee5898c9bb94d7c332c3a5f16f7448 /test
parent2fc23d34ea3dfbc75f1358cd767ed5ea477817cb (diff)
downloadexternal_llvm-e10d81c75973a5447c81a97d7dbc78e88b4baf46.zip
external_llvm-e10d81c75973a5447c81a97d7dbc78e88b4baf46.tar.gz
external_llvm-e10d81c75973a5447c81a97d7dbc78e88b4baf46.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')
-rw-r--r--test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll2
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.