diff options
Diffstat (limited to 'test/CodeGen/X86/unknown-location.ll')
-rw-r--r-- | test/CodeGen/X86/unknown-location.ll | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/test/CodeGen/X86/unknown-location.ll b/test/CodeGen/X86/unknown-location.ll index 09431b5..b89c473 100644 --- a/test/CodeGen/X86/unknown-location.ll +++ b/test/CodeGen/X86/unknown-location.ll @@ -4,16 +4,11 @@ ; represent this in the debug information. This is done by setting line ; and column to 0 -; CHECK: leal (%rdi,%rsi), %eax +; CHECK: leal ; CHECK-NEXT: .loc 1 0 0 -; CHECK-NEXT: Ltmp -; CHECK-NEXT: cltd -; CHECK-NEXT: idivl %r8d -; CHECK-NEXT: .loc 1 4 3 -; CHECK-NEXT: Ltmp -; CHECK-NEXT: addl %ecx, %eax -; CHECK-NEXT: ret -; CHECK-NEXT: Ltmp +; CHECK: cltd +; CHECK-NEXT: idivl +; CHECK-NEXT: .loc 2 4 3 define i32 @foo(i32 %w, i32 %x, i32 %y, i32 %z) nounwind { entry: |