Really. Why doesn't every arch support MMX?
authorEvan Cheng <evan.cheng@apple.com>
Sat, 23 Feb 2008 00:56:14 +0000 (00:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 23 Feb 2008 00:56:14 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47513 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll

index ebe60ad1ae6d278cb232f6663e7879e5852dc9bb..8cf36425f22d64f1881be3f05e443e4e0a4f3bc7 100644 (file)
@@ -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.