[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-pic.ll

Eric Christopher echristo at apple.com
Sun Nov 28 21:46:52 PST 2010


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? :)

-eric



More information about the llvm-commits mailing list