From 899ad498633facd7b8be979282e93820bc87b01f 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243016 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/BasicAA/cs-cs.ll | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Analysis/BasicAA/cs-cs.ll b/test/Analysis/BasicAA/cs-cs.ll index 78670b61ca1..427242580ed 100644 --- a/test/Analysis/BasicAA/cs-cs.ll +++ b/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.11.0