[llvm] r201606 - Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Feb 18 14:35:57 PST 2014


On 18 February 2014 17:17, Eric Christopher <echristo at gmail.com> wrote:
> You sure? DL is used as DebugLoc very very widely...

 In code that also takes a DataLayout? I got the DbgLoc name from
IRBuilder and Instruction.

I got here while working on a patch that will thread a DataLayout over
a few APIs, and using "DataLayout *TD" in new code looked really
strange.

Cheers,
Rafael



More information about the llvm-commits mailing list