Really. Why doesn't every arch support MMX?

llvm-svn: 47513
This commit is contained in:
Evan Cheng 2008-02-23 00:56:14 +00:00
parent 652d18e37c
commit 26e5d01ca1
1 changed files with 1 additions and 1 deletions

View 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.