From 779c69bbc56a0bb907d204233c6fb42305208392 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 6 May 2010 20:33:48 +0000 Subject: Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it doesn't have to guess. llvm-svn: 103194 --- llvm/test/CodeGen/X86/unknown-location.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/test/CodeGen') 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 -- cgit v1.2.3