Skip to content

Commit 357b18e

Browse files
committed
[instcombine] Add/cleanup attributes in a test
1 parent 6f9d557 commit 357b18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstCombine/compare-unescaped.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@gp = global i32* null, align 8
55

6-
declare i8* @malloc(i64) #1
6+
declare noalias i8* @malloc(i64)
77

88
define i1 @compare_global_trivialeq() {
99
; CHECK-LABEL: @compare_global_trivialeq(

0 commit comments

Comments
 (0)