Skip to content

Commit ee7aded

Browse files
svenvhvmaksimo
authored andcommitted
Update dbg-declare-arg test after LLVM change
Propagate the test change from LLVM commit 55f9f87 ("Reapply Revert "RegAllocFast: Rewrite and improve"", 2020-09-21).
1 parent b9df4ab commit ee7aded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/DebugInfo/X86/dbg-declare-arg.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ target triple = "spir64-unknown-unknown"
2424
; CHECK: DW_AT_name {{.*}}"j"
2525
; CHECK: DW_TAG_variable
2626
; CHECK-NEXT: DW_AT_location [DW_FORM_sec_offset] (
27-
; CHECK-NEXT: 0x{{.*}}, 0x{{.*}}: DW_OP_breg7 RSP+16, DW_OP_deref)
27+
; CHECK-NEXT: 0x{{.*}}, 0x{{.*}}: DW_OP_breg7 RSP+8, DW_OP_deref)
2828
; CHECK-NEXT: DW_AT_name {{.*}}"my_a"
2929

3030
%class.A = type { i32, i32, i32, i32 }

0 commit comments

Comments
 (0)