From 2ba8374612cf7c9ffcde3e6e73da328f10e5037b Mon Sep 17 00:00:00 2001 From: Igor Laevsky Date: Thu, 23 Jul 2015 14:31:18 +0000 Subject: [PATCH] NFC. Explicitly specify attributes in BasicAA/cs-cs.ll test. This will simplify verifying correctness for a changes which modify attributes. llvm-svn: 243016 --- llvm/test/Analysis/BasicAA/cs-cs.ll | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm/test/Analysis/BasicAA/cs-cs.ll b/llvm/test/Analysis/BasicAA/cs-cs.ll index 78670b6..4272425 100644 --- a/llvm/test/Analysis/BasicAA/cs-cs.ll +++ b/llvm/test/Analysis/BasicAA/cs-cs.ll @@ -233,4 +233,7 @@ define void @test6(i8* %P) nounwind ssp { ; CHECK: Just Ref: call void @a_readonly_func(i8* %P) <-> call void @llvm.memset.p0i8.i64(i8* %P, i8 -51, i64 32, i32 8, i1 false) } -attributes #0 = { nounwind } +attributes #0 = { nounwind readonly } +attributes #1 = { nounwind } +attributes #2 = { noinline nounwind readonly } +attributes #3 = { nounwind ssp } -- 2.7.4