summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/unknown-location.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-06 20:33:48 +0000
committerDan Gohman <gohman@apple.com>2010-05-06 20:33:48 +0000
commit779c69bbc56a0bb907d204233c6fb42305208392 (patch)
treecb2cc3a26190557e10219dd3f233d9546bcdb9cb /llvm/test/CodeGen/X86/unknown-location.ll
parentefb126a665e0d3f6b4dfbcfc5d909bf0f4145198 (diff)
downloadbcm5719-llvm-779c69bbc56a0bb907d204233c6fb42305208392.tar.gz
bcm5719-llvm-779c69bbc56a0bb907d204233c6fb42305208392.zip
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
doesn't have to guess. llvm-svn: 103194
Diffstat (limited to 'llvm/test/CodeGen/X86/unknown-location.ll')
-rw-r--r--llvm/test/CodeGen/X86/unknown-location.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/unknown-location.ll b/llvm/test/CodeGen/X86/unknown-location.ll
index 04b41c435e3..80385233a18 100644
--- a/llvm/test/CodeGen/X86/unknown-location.ll
+++ b/llvm/test/CodeGen/X86/unknown-location.ll
@@ -6,9 +6,7 @@
; which indicates that the add's location doesn't spill over unto the
; divide.
-; CHECK: Ltmp
-; CHECK: movl %edx, %r8d
-; CHECK-NEXT: leal (%rdi,%rsi), %eax
+; CHECK: leal (%rdi,%rsi), %eax
; CHECK-NEXT: Ltmp
; CHECK-NEXT: cltd
; CHECK-NEXT: idivl %r8d
OpenPOWER on IntegriCloud