[llvm-commits] [llvm] r45108 - in /llvm/trunk: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp lib/Transforms/Utils/InlineFunction.cpp lib/VMCore/Verifier.cpp test/CodeGen/Generic/2007-12-17-InvokeAsm.ll test/Transforms/Inline/2007-04-15-InlineEH.ll

Chris Lattner clattner at apple.com
Mon Dec 17 15:12:07 PST 2007


On Dec 17, 2007, at 10:08 AM, Duncan Sands wrote:

> Author: baldrick
> Date: Mon Dec 17 12:08:19 2007
> New Revision: 45108
>
> URL: http://llvm.org/viewvc/llvm-project?rev=45108&view=rev
> Log:
> Make invokes of inline asm legal.  Teach codegen
> how to lower them (with no attempt made to be
> efficient, since they should only occur for
> unoptimized code).

Woot, thanks Duncan.  Please update langref if it says invoke (asm)  
is invalid.

-Chris



More information about the llvm-commits mailing list