mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Removing ssp and uwtable from the testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174259 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fca0ed28c8
commit
a0bbe40380
@ -19,7 +19,7 @@
|
||||
@_ZSt4cout = external global %"class.std::basic_ostream"
|
||||
@.str = private unnamed_addr constant [6 x i8] c"c is \00", align 1
|
||||
|
||||
define i32 @main() ssp uwtable {
|
||||
define i32 @main() {
|
||||
entry:
|
||||
%call1.i = tail call %"class.std::basic_ostream"* @test(%"class.std::basic_ostream"* @_ZSt4cout, i8* getelementptr inbounds ([6 x i8]* @.str, i64 0, i64 0), i64 5)
|
||||
ret i32 0
|
||||
|
Loading…
Reference in New Issue
Block a user