diff options
| author | Dan Gohman <gohman@apple.com> | 2009-12-05 17:56:26 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-12-05 17:56:26 +0000 |
| commit | 35f5646ef067d45148456c61e5e5b526c43fc2db (patch) | |
| tree | d706c246d7a7d82ab86aebbd827e8597868f3e6b /llvm/lib | |
| parent | 6e7073b8466dbbdb39a516255f82f98755f6de28 (diff) | |
| download | bcm5719-llvm-35f5646ef067d45148456c61e5e5b526c43fc2db.tar.gz bcm5719-llvm-35f5646ef067d45148456c61e5e5b526c43fc2db.zip | |
Remove old DBG_LABEL code.
llvm-svn: 90669
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 01d6cf9bcca..93b56e1f946 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -1327,14 +1327,6 @@ SDNode *SelectionDAGISel::Select_UNDEF(const SDValue &N) { N.getValueType()); } -SDNode *SelectionDAGISel::Select_DBG_LABEL(const SDValue &N) { - SDValue Chain = N.getOperand(0); - unsigned C = cast<LabelSDNode>(N)->getLabelID(); - SDValue Tmp = CurDAG->getTargetConstant(C, MVT::i32); - return CurDAG->SelectNodeTo(N.getNode(), TargetInstrInfo::DBG_LABEL, - MVT::Other, Tmp, Chain); -} - SDNode *SelectionDAGISel::Select_EH_LABEL(const SDValue &N) { SDValue Chain = N.getOperand(0); unsigned C = cast<LabelSDNode>(N)->getLabelID(); |

