mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Delete unneeded ssp attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79ab2fe01a
commit
32d1fe52e2
@ -5,7 +5,7 @@
|
|||||||
@Y = common global i32 0
|
@Y = common global i32 0
|
||||||
@Z = common global i32 0
|
@Z = common global i32 0
|
||||||
|
|
||||||
define void @foo(i32 %cond) nounwind ssp {
|
define void @foo(i32 %cond) nounwind {
|
||||||
entry:
|
entry:
|
||||||
%a = alloca i32
|
%a = alloca i32
|
||||||
%tmp = icmp ne i32 %cond, 0
|
%tmp = icmp ne i32 %cond, 0
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
@Y = common global i32 0
|
@Y = common global i32 0
|
||||||
@Z = common global i32 0
|
@Z = common global i32 0
|
||||||
|
|
||||||
define void @foo(i32 %cond) nounwind ssp {
|
define void @foo(i32 %cond) nounwind {
|
||||||
entry:
|
entry:
|
||||||
%"alloca point" = bitcast i32 0 to i32
|
%"alloca point" = bitcast i32 0 to i32
|
||||||
%tmp = icmp ne i32 %cond, 0
|
%tmp = icmp ne i32 %cond, 0
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
target datalayout = "e-p:64:64:64"
|
target datalayout = "e-p:64:64:64"
|
||||||
|
|
||||||
define i32 @trouble(i32* %x) nounwind ssp {
|
define i32 @trouble(i32* %x) nounwind {
|
||||||
entry:
|
entry:
|
||||||
store i32 0, i32* %x, !tbaa !0
|
store i32 0, i32* %x, !tbaa !0
|
||||||
%0 = bitcast i32* %x to float*
|
%0 = bitcast i32* %x to float*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user