[llvm-commits] [llvm] r116124 - /llvm/trunk/lib/Target/X86/X86CodeEmitter.cpp

Chris Lattner clattner at apple.com
Fri Oct 8 17:07:20 PDT 2010


On Oct 8, 2010, at 5:01 PM, Jakob Stoklund Olesen wrote:

> 
> On Oct 8, 2010, at 4:54 PM, Chris Lattner wrote:
> 
>> Author: lattner
>> Date: Fri Oct  8 18:54:01 2010
>> New Revision: 116124
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=116124&view=rev
>> Log:
>> machine a mutable machineinstr down into emitInstruction.
> 
> Why? Do you need to modify an MI to emit it?

Yes, the JIT is terrible :)

-Chris



More information about the llvm-commits mailing list