[llvm-commits] [llvm] r74206 - /llvm/trunk/test/CodeGen/X86/pic_jumptable.ll
Chris Lattner
sabre at nondot.org
Thu Jun 25 14:48:17 PDT 2009
Author: lattner
Date: Thu Jun 25 16:48:17 2009
New Revision: 74206
URL: http://llvm.org/viewvc/llvm-project?rev=74206&view=rev
Log:
down with unwind info :)
Modified:
llvm/trunk/test/CodeGen/X86/pic_jumptable.ll
Modified: llvm/trunk/test/CodeGen/X86/pic_jumptable.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic_jumptable.ll?rev=74206&r1=74205&r2=74206&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic_jumptable.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic_jumptable.ll Thu Jun 25 16:48:17 2009
@@ -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]
More information about the llvm-commits
mailing list