Skip to content

Commit fdfecd2

Browse files
committed
add check to test
1 parent 38b230a commit fdfecd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/Transforms/CodeGenPrepare/X86/split-dbg.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
; CHECK: while.body.clone:
1010
; CHECK-NEXT: %dest.sroa.clone = phi i32 [ %1, %.split ], [ poison, %if.else ], !dbg [[DBG]]
1111

12+
; CHECK: [[DBG]] = !DILocation(line: 1, column: 1, scope: ![[#]])
13+
1214
define void @test(i1 %c) !dbg !5 {
1315
entry:
1416
br label %if.else

0 commit comments

Comments
 (0)