[llvm-commits] [llvm] r63359 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp

Chris Lattner clattner at apple.com
Thu Jan 29 18:22:08 PST 2009


On Jan 29, 2009, at 5:47 PM, Dale Johannesen wrote:
>> Thanks Dale!  One issue: instead of "getCurDebugLoc()" and friends
>> being on the SelectionDAG, please move them to do the dag builder
>> class.
>
> What do you mean?  I had it in SelectionDAGLowering originally, which
> looked right to me, but it looked like there wasn't an easy way to get
> there from everywhere that was calling getNode.

What places needed it other than SDBuilder?

-Chris



More information about the llvm-commits mailing list