diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-25 21:48:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-25 21:48:17 +0000 |
commit | 5f04d1e522e9f412e716310559b9324564119e45 (patch) | |
tree | e659f8eefee018da15c5e31a6dc19f83ad78a9c1 | |
parent | f5a5546f435a261c93078defb41ed18d9cafd7d3 (diff) |
down with unwind info :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74206 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/pic_jumptable.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pic_jumptable.ll b/test/CodeGen/X86/pic_jumptable.ll index 229865bb71..04245d149a 100644 --- a/test/CodeGen/X86/pic_jumptable.ll +++ b/test/CodeGen/X86/pic_jumptable.ll @@ -6,7 +6,7 @@ declare void @_Z3bari(i32) -define linkonce void @_Z3fooILi1EEvi(i32 %Y) { +define linkonce void @_Z3fooILi1EEvi(i32 %Y) nounwind { entry: %Y_addr = alloca i32 ; <i32*> [#uses=2] %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] |