[llvm-commits] [llvm] r63677 - /llvm/trunk/lib/CodeGen/MachineFunction.cpp

Bill Wendling isanbard at gmail.com
Tue Feb 3 16:06:15 PST 2009


On Tue, Feb 3, 2009 at 3:21 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> On Feb 3, 2009, at 2:55 PM, Bill Wendling wrote:
>
>> const DebugLocTuple &MachineFunction::getDebugLocTuple(DebugLoc DL) {
>
> It doesn't have to return a reference since DebugLocTuple is light
> weight. Also, this method should be const.
>
It's 3 unsigned ints, so it's not that small, but I don't really care
that much. Fixed.

-bw



More information about the llvm-commits mailing list