initial selectiondag support for new INLINEASM node. Note that inline asms
authorChris Lattner <sabre@nondot.org>
Thu, 26 Jan 2006 22:24:51 +0000 (22:24 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Jan 2006 22:24:51 +0000 (22:24 +0000)
commitce7518ce92f45568dc7d4cbb863284afb962fec5
treeca8804c29d5228ef0ef925a41a3b61cf39816d4b
parent7572eb81eee93b0c666ddc5f5ff0ff72f17574fd
initial selectiondag support for new INLINEASM node.  Note that inline asms
with outputs or inputs are not supported yet. :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25664 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp