summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-25 21:48:17 +0000
committerChris Lattner <sabre@nondot.org>2009-06-25 21:48:17 +0000
commita4194b10821209c4e57466912833f657b4abb353 (patch)
treece3770cdf50edb797a3128e1c96c6c93fc2743c2 /llvm/test/CodeGen/X86
parent41f792735f1b141be619ba4104a87e61168b8d48 (diff)
downloadbcm5719-llvm-a4194b10821209c4e57466912833f657b4abb353.tar.gz
bcm5719-llvm-a4194b10821209c4e57466912833f657b4abb353.zip
down with unwind info :)
llvm-svn: 74206
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/pic_jumptable.ll2
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]
OpenPOWER on IntegriCloud