Skip to content

Commit

Permalink
Update DebugInfo test after LLVM change 41206b61e30
Browse files Browse the repository at this point in the history
Update for 41206b61e30 ("[DebugInfo] Re-instate LiveDebugVariables
scope trimming", 2020-02-04).
  • Loading branch information
svenvh authored and AlexeySotkin committed Mar 20, 2020
1 parent 93fede2 commit 90041d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DebugInfo/X86/live-debug-variables.ll
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
; CHECK: .debug_loc contents:
; CHECK-NEXT: 0x00000000:
; We currently emit an entry for the function prologue, too, which could be optimized away.
; CHECK: (0x0000000000000010, 0x0000000000000072): DW_OP_reg3 RBX
; CHECK: (0x0000000000000018, 0x0000000000000072): DW_OP_reg3 RBX
; We should only have one entry inside the function.
; CHECK-NOT: :

Expand Down

0 comments on commit 90041d5

Please sign in to comment.