- Add DebugLoc to getTargetNode().
authorBill Wendling <isanbard@gmail.com>
Thu, 29 Jan 2009 05:27:31 +0000 (05:27 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 29 Jan 2009 05:27:31 +0000 (05:27 +0000)
commit6e1bb38fb8dd64ece28ea5779a8bbf9b5ff7fb96
tree585e4c5e20c1ce37ad92d4dd766d8c91aac05065
parentcee3e7cb6830664a0b228211923589b5d72c93d4
- Add DebugLoc to getTargetNode().
- Modify TableGen to add the DebugLoc when calling getTargetNode.

(The light-weight wrappers are only temporary. The non-DebugLoc version will be
removed once the whole debug info stuff is finished with.)

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