From bbccb94d02ef70c06583f4804cc52a4678ddbc04 Mon Sep 17 00:00:00 2001 From: David Bolvansky Date: Tue, 13 Aug 2019 17:51:28 +0000 Subject: [PATCH] [NFC] Fixed test llvm-svn: 368729 --- llvm/test/Other/cgscc-libcall-update.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Other/cgscc-libcall-update.ll b/llvm/test/Other/cgscc-libcall-update.ll index 5aa61df..249ef53 100644 --- a/llvm/test/Other/cgscc-libcall-update.ll +++ b/llvm/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.7.4