Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so that it
authorChris Lattner <sabre@nondot.org>
Mon, 4 May 2009 22:10:05 +0000 (22:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 May 2009 22:10:05 +0000 (22:10 +0000)
commitaf29a5235d3a1a09e9fc2989a5d504f00fa9aaf3
tree732b86b37e97b6be6a842791f8ac04aa725f9eac
parent622ed671b90d449496d582b3a03c7aad1e98324a
Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so that it
shows up in -print-machineinstrs.  This doesn't appear to affect anything, but it was
weird for some DBG_LABELs to have DebugLocs but not all of them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70921 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp