Skip to content

Commit 90041d5

Browse files
svenvhAlexeySotkin
authored andcommitted
Update DebugInfo test after LLVM change 41206b61e30
Update for 41206b61e30 ("[DebugInfo] Re-instate LiveDebugVariables scope trimming", 2020-02-04).
1 parent 93fede2 commit 90041d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/X86/live-debug-variables.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
; CHECK: .debug_loc contents:
3030
; CHECK-NEXT: 0x00000000:
3131
; We currently emit an entry for the function prologue, too, which could be optimized away.
32-
; CHECK: (0x0000000000000010, 0x0000000000000072): DW_OP_reg3 RBX
32+
; CHECK: (0x0000000000000018, 0x0000000000000072): DW_OP_reg3 RBX
3333
; We should only have one entry inside the function.
3434
; CHECK-NOT: :
3535

0 commit comments

Comments
 (0)