OSDN Git Service

Delete unneeded ssp attributes.
authorDan Gohman <gohman@apple.com>
Thu, 11 Nov 2010 21:08:46 +0000 (21:08 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 11 Nov 2010 21:08:46 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118836 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll
test/Analysis/BasicAA/phi-aa.ll
test/Analysis/TypeBasedAliasAnalysis/precedence.ll

index 965792f..17db2fd 100644 (file)
@@ -5,7 +5,7 @@
 @Y = common global i32 0
 @Z = common global i32 0
 
-define void @foo(i32 %cond) nounwind ssp {
+define void @foo(i32 %cond) nounwind {
 entry:
   %a = alloca i32
   %tmp = icmp ne i32 %cond, 0
index 0288960..50fd5cd 100644 (file)
@@ -5,7 +5,7 @@
 @Y = common global i32 0
 @Z = common global i32 0
 
-define void @foo(i32 %cond) nounwind ssp {
+define void @foo(i32 %cond) nounwind {
 entry:
   %"alloca point" = bitcast i32 0 to i32
   %tmp = icmp ne i32 %cond, 0
index b2095b0..9fa859e 100644 (file)
@@ -7,7 +7,7 @@
 
 target datalayout = "e-p:64:64:64"
 
-define i32 @trouble(i32* %x) nounwind ssp {
+define i32 @trouble(i32* %x) nounwind {
 entry:
   store i32 0, i32* %x, !tbaa !0
   %0 = bitcast i32* %x to float*