Skip to content

Commit e3adc2b

Browse files
committed
min
1 parent d61d118 commit e3adc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/DebugInfo/NVPTX/debug-bool-var.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ entry:
1313
; }
1414
;
1515
; CHECK-LABEL: Machine code for function test1
16-
; CHECK: DBG_VALUE %{{[0-9]+}}:int32regs, $noreg, !"xyz", !DIExpression(), debug-location !13; test.cu:2 line no:6
16+
; CHECK: DBG_VALUE %[[#]]:int32regs, $noreg, !"xyz", !DIExpression(), debug-location ![[#]]; test.cu:2 line no:6
1717
;
1818
%cmp = icmp eq i32 %gid, 0, !dbg !12
1919
%conv = zext i1 %cmp to i32, !dbg !12
@@ -35,7 +35,7 @@ entry:
3535
; }
3636
;
3737
; CHECK-LABEL: Machine code for function test2
38-
; CHECK: DBG_VALUE %{{[0-9]+}}:int32regs, $noreg, !"abc", !DIExpression(), debug-location !18; test.cu:12 line no:11
38+
; CHECK: DBG_VALUE %[[#]]:int32regs, $noreg, !"abc", !DIExpression(), debug-location ![[#]]; test.cu:12 line no:11
3939
;
4040
%cmp = icmp eq i32 %gid, 0, !dbg !17
4141
%conv = zext i1 %cmp to i32, !dbg !17

0 commit comments

Comments
 (0)