diff options
author | Manman Ren <mren@apple.com> | 2013-02-02 01:34:38 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2013-02-02 01:34:38 +0000 |
commit | a0bbe40380d085b51b7b44b3eb60cc12bc619dbb (patch) | |
tree | aaeb67b7f8b8dfcacfafcd441ed1602b56588ca9 /test/DebugInfo/X86/multiple-at-const-val.ll | |
parent | fca0ed28c81a505b0b71605e8b59e4bb6daeda0e (diff) |
Removing ssp and uwtable from the testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174259 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/multiple-at-const-val.ll')
-rw-r--r-- | test/DebugInfo/X86/multiple-at-const-val.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/multiple-at-const-val.ll b/test/DebugInfo/X86/multiple-at-const-val.ll index 03afc0f70b..59d9382fd7 100644 --- a/test/DebugInfo/X86/multiple-at-const-val.ll +++ b/test/DebugInfo/X86/multiple-at-const-val.ll @@ -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 |