Skip to content

Commit 1de469b

Browse files
committed
[InstCombine] Address review comments. NFC.
1 parent 4af0ede commit 1de469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstCombine/debuginfo-invert.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ define i32 @test(i32 noundef %x, i32 noundef %y) !dbg !10 {
1616
entry:
1717
%cmp = icmp ne i32 %x, 0
1818
%conv = zext i1 %cmp to i32
19-
#dbg_value(i32 %conv, !15, !DIExpression(), !16)
19+
#dbg_value(i32 %conv, !15, !DIExpression(), !16)
2020
%and = and i32 %conv, %y
2121
ret i32 %and
2222
}

0 commit comments

Comments
 (0)