From f0be4050c187fede3669e0b4da16652bdff21c6a Mon Sep 17 00:00:00 2001 From: David Bolvansky Date: Tue, 13 Aug 2019 17:51:28 +0000 Subject: [PATCH] [NFC] Fixed test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368729 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/cgscc-libcall-update.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Other/cgscc-libcall-update.ll b/test/Other/cgscc-libcall-update.ll index 5aa61df6a57..249ef5368ec 100644 --- a/test/Other/cgscc-libcall-update.ll +++ b/test/Other/cgscc-libcall-update.ll @@ -18,7 +18,7 @@ bb: %tmp3 = call i64 @llvm.objectsize.i64.p0i8(i8* %tmp2, i1 false, i1 true, i1 false) %tmp4 = call i8* @__strncpy_chk(i8* %arg2, i8* %tmp2, i64 1023, i64 %tmp3) ; CHECK-NOT: call -; CHECK: call i8* @strncpy(i8* %arg2, i8* nonnull %tmp2, i64 1023) +; CHECK: call i8* @strncpy(i8* noalias %arg2, i8* noalias nonnull %tmp2, i64 1023) ; CHECK-NOT: call ret i8* %tmp4 -- 2.49.0