Skip to content

Commit f02a8fc

Browse files
committed
fix
1 parent 499965e commit f02a8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/SimplifyCFG/no-drop-debug-loc-when-speculating-call.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define i1 @specfn() readnone nounwind speculatable {
99

1010
; CHECK-LABEL: @test1(
1111
; CHECK: call i1 @specfn(), !dbg
12-
; CHECK: select i1 [[COND]]
12+
; CHECK: select i1
1313
define void @test1() !dbg !6 {
1414
start:
1515
%cond = call i1 @make_condition(), !dbg !8

0 commit comments

Comments
 (0)