diff options
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/AArch64/req-regs.ll')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/AArch64/req-regs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopStrengthReduce/AArch64/req-regs.ll b/test/Transforms/LoopStrengthReduce/AArch64/req-regs.ll index 217896e..c877ace 100644 --- a/test/Transforms/LoopStrengthReduce/AArch64/req-regs.ll +++ b/test/Transforms/LoopStrengthReduce/AArch64/req-regs.ll @@ -11,7 +11,7 @@ target triple = "arm64-apple-ios" define void @do_integer_add(i64 %iterations, i8* nocapture readonly %cookie) { entry: %N = bitcast i8* %cookie to i32* - %0 = load i32* %N, align 4 + %0 = load i32, i32* %N, align 4 %add = add nsw i32 %0, 57 %cmp56 = icmp eq i64 %iterations, 0 br i1 %cmp56, label %while.end, label %for.cond.preheader.preheader |