Skip to content

Commit d0e14a4

Browse files
committed
Fix function argument
1 parent b3ae9b9 commit d0e14a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/IndVarSimplify/AArch64/widen-loop-comp.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target datalayout = "n8:16:32:64"
1515
@ptr = common global ptr null, align 8
1616

1717

18-
define i32 @test1(i1 %arg) {
18+
define i32 @test1() {
1919
; CHECK-LABEL: @test1(
2020
; CHECK-NEXT: entry:
2121
; CHECK-NEXT: store i32 -1, ptr @idx, align 4
@@ -93,7 +93,7 @@ for.end:
9393
}
9494

9595

96-
define void @test2(ptr %a, ptr %b, i8 %limit) {
96+
define void @test2(ptr %a, ptr %b, i8 %limit, i1 %arg) {
9797
; CHECK-LABEL: @test2(
9898
; CHECK-NEXT: entry:
9999
; CHECK-NEXT: [[CONV:%.*]] = zext i8 [[LIMIT:%.*]] to i32

0 commit comments

Comments
 (0)