[llvm] r201606 - Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
Eric Christopher
echristo at gmail.com
Tue Feb 18 15:11:47 PST 2014
On Tue, Feb 18, 2014 at 2:35 PM, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
> 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 just looked again and it seems to be largely separated as far as I can tell.
> 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.
>
I bet.
-eric
More information about the llvm-commits
mailing list