[cfe-commits] r46750 - in /cfe/trunk/CodeGen: CGStmt.cpp CodeGenFunction.h

Chris Lattner clattner at apple.com
Tue Feb 5 10:34:30 PST 2008


On Feb 5, 2008, at 8:35 AM, Anders Carlsson wrote:

> Author: andersca
> Date: Tue Feb  5 10:35:33 2008
> New Revision: 46750
>
> URL: http://llvm.org/viewvc/llvm-project?rev=46750&view=rev
> Log:
> Add code generation for inline asm statements.

Hey Anders,

Inline asm (in its fully generality) is sufficiently nasty that I  
think it should be pulled out to its own file.  Please add  
CGInlineAsm.cpp, thanks!

-Chris



More information about the cfe-commits mailing list