summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-14 18:03:25 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-14 18:03:25 +0000
commit4ed10826833701b14064f55b6514289e0a7ff5ef (patch)
tree48cfe9c99d5ac8a623d4097f459cd44afb2db347 /test/CodeGen/X86/2008-09-18-inline-asm-2.ll
parenteffc8c52693d4b65941ff160cc5ab7f87595e2f0 (diff)
downloadllvm-4ed10826833701b14064f55b6514289e0a7ff5ef.tar.gz
llvm-4ed10826833701b14064f55b6514289e0a7ff5ef.tar.bz2
llvm-4ed10826833701b14064f55b6514289e0a7ff5ef.tar.xz
Simplify the handling of physreg defs and uses in RegAllocFast.
This adds extra security against using clobbered physregs, and it adds kill markers to physreg uses. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-09-18-inline-asm-2.ll')
-rw-r--r--test/CodeGen/X86/2008-09-18-inline-asm-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-09-18-inline-asm-2.ll b/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
index d3a227d353..440094058c 100644
--- a/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
+++ b/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86 | grep "#%ebp %esi %edi 8(%edx) %eax (%ebx)"
; RUN: llc < %s -march=x86 -regalloc=local | grep "#%edi %ebp %edx 8(%ebx) %eax (%esi)"
-; RUN: llc < %s -march=x86 -regalloc=fast | grep "#%ecx %ebx %edx 8(%edi) %eax (%esi)"
+; RUN: llc < %s -march=x86 -regalloc=fast | grep "#%edi %ebp %edx 8(%ebx) %eax (%esi)"
; The 1st, 2nd, 3rd and 5th registers above must all be different. The registers
; referenced in the 4th and 6th operands must not be the same as the 1st or 5th