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 | a4194b10821209c4e57466912833f657b4abb353 (patch) | |
| tree | ce3770cdf50edb797a3128e1c96c6c93fc2743c2 /llvm/test/CodeGen | |
| parent | 41f792735f1b141be619ba4104a87e61168b8d48 (diff) | |
| download | bcm5719-llvm-a4194b10821209c4e57466912833f657b4abb353.tar.gz bcm5719-llvm-a4194b10821209c4e57466912833f657b4abb353.zip | |
down with unwind info :)
llvm-svn: 74206
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/pic_jumptable.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pic_jumptable.ll b/llvm/test/CodeGen/X86/pic_jumptable.ll index 229865bb71b..04245d149a8 100644 --- a/llvm/test/CodeGen/X86/pic_jumptable.ll +++ b/llvm/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] |

