[llvm-commits] [llvm] r120225 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h lib/Target/X86/X86InstrCompiler.td test/CodeGen/X86/2009-04-24.ll test/CodeGen/X86/2009-12-11-TLSNoRedZone.ll test/CodeGen/X86/tls
Rafael Espíndola
rafael.espindola at gmail.com
Mon Nov 29 04:09:22 PST 2010
On 29 November 2010 00:46, Eric Christopher <echristo at apple.com> wrote:
>
> On Nov 27, 2010, at 12:43 PM, Rafael Espindola wrote:
>
>> MachineBasicBlock *EmitLoweredTLSCall(MachineInstr *MI,
>> MachineBasicBlock *BB) const;
>>
>> + MachineBasicBlock *emitLoweredTLSAddr(MachineInstr *MI,
>> + MachineBasicBlock *BB) const;
>
> BTW: I think what Anton was talking about was the upper to lower case
> difference between these two functions not matching.
>
> Since we don't have a final dictate for the time being can you make
> various bits of code match the same file? :)
Sure. This particular one got fixed by moving the lowering to the MC level.
> -eric
>
Cheers,
Rafael
More information about the llvm-commits
mailing list