From 34dcc6fadca0a1117cdbd0e9b35c991a55b6e556 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103194 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/unknown-location.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/CodeGen/X86/unknown-location.ll') diff --git a/test/CodeGen/X86/unknown-location.ll b/test/CodeGen/X86/unknown-location.ll index 04b41c435e..80385233a1 100644 --- a/test/CodeGen/X86/unknown-location.ll +++ b/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