[llvm-commits] [llvm] r138698 - /llvm/trunk/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll

Bill Wendling isanbard at gmail.com
Fri Aug 26 21:53:28 PDT 2011


Author: void
Date: Fri Aug 26 23:53:28 2011
New Revision: 138698

URL: http://llvm.org/viewvc/llvm-project?rev=138698&view=rev
Log:
Cannot have an llvm.eh.exception call in a non-landing pad block.

Modified:
    llvm/trunk/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll

Modified: llvm/trunk/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll?rev=138698&r1=138697&r2=138698&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll Fri Aug 26 23:53:28 2011
@@ -84,8 +84,6 @@
   ]
 
 cleanup.end:                                      ; preds = %cleanup.switch
-  %exc6 = call i8* @llvm.eh.exception()           ; <i8*> [#uses=1]
-  store i8* %exc6, i8** %_rethrow
   store i32 2, i32* %cleanup.dst7
   br label %finally
 





More information about the llvm-commits mailing list