mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
Delete unneeded ssp attributes.
llvm-svn: 118836
This commit is contained in:
parent
474a93ff76
commit
139b090e0e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user