Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 18 Feb 2014 22:05:46 +0000 (22:05 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 18 Feb 2014 22:05:46 +0000 (22:05 +0000)
commit1836fe5651722c638e32ac94c5b4fe885afa9f15
tree01c74e3b3be668c0653cdd4a2a570396e7a98ce3
parent25818a6e26710e555dd8a32e8a6475ec20b60d65
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.

This is quiet a bit less confusing now that TargetData was renamed DataLayout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201606 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/X86/X86FastISel.cpp
utils/TableGen/FastISelEmitter.cpp