diff options
Diffstat (limited to 'llvm/test/Transforms/LoopIdiom/pr28196.ll')
-rw-r--r-- | llvm/test/Transforms/LoopIdiom/pr28196.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopIdiom/pr28196.ll b/llvm/test/Transforms/LoopIdiom/pr28196.ll index 10f49fbcd09..9057bdbb103 100644 --- a/llvm/test/Transforms/LoopIdiom/pr28196.ll +++ b/llvm/test/Transforms/LoopIdiom/pr28196.ll @@ -22,5 +22,5 @@ for.body: ; preds = %for.body, %for.body } ; CHECK-LABEL: define void @test1( -; CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* null, i8* inttoptr (i64 4 to i8*), i64 24, i32 4, i1 false) +; CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* align 4 null, i8* align 4 inttoptr (i64 4 to i8*), i64 24, i1 false) ; CHECK-NOT: store |