Skip to content

Commit a3b372c

Browse files
authored
Update DebugInfo test after llvm change (#1634)
Update a check pattern after LLVM commit 189900eb149b ("X86: Stop assigning register costs for longer encodings.", 2022-09-30).
1 parent 1103477 commit a3b372c

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
@@ -34,7 +34,7 @@ target triple = "spir64-unknown-unknown"
3434
; CHECK: DW_TAG_formal_parameter
3535
; Check concrete entry has a single location.
3636
; CHECK: DW_TAG_formal_parameter
37-
; CHECK-NEXT: DW_AT_location (DW_OP_reg3 RBX)
37+
; CHECK-NEXT: DW_AT_location (DW_OP_reg6 RBP)
3838
; CHECK-NEXT: DW_AT_abstract_origin
3939
; CHECK-NOT: DW_TAG_formal_parameter
4040

0 commit comments

Comments
 (0)