NFC. Explicitly specify attributes in BasicAA/cs-cs.ll test.
authorIgor Laevsky <igmyrj@gmail.com>
Thu, 23 Jul 2015 14:31:18 +0000 (14:31 +0000)
committerIgor Laevsky <igmyrj@gmail.com>
Thu, 23 Jul 2015 14:31:18 +0000 (14:31 +0000)
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

index 78670b61ca1cb038f137645a25dd2682ac4ae93e..427242580edbb24cc274cf182a3f82224a6ccee6 100644 (file)
@@ -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 }