summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-12-05 20:50:53 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-12-05 20:50:53 +0000
commit5bfcd1e63aee5b481ff701465f56984b82d5194b (patch)
tree39aada7c78f99fa75a2a523296111a5084a53ede /llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
parent077200737cc3d01d58d4e78de37a97e313a510a9 (diff)
downloadbcm5719-llvm-5bfcd1e63aee5b481ff701465f56984b82d5194b.tar.gz
bcm5719-llvm-5bfcd1e63aee5b481ff701465f56984b82d5194b.zip
move this over to the dag
llvm-svn: 24609
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp b/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
index 8e2e39e7cde..e96ec70d70a 100644
--- a/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
+++ b/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
@@ -247,14 +247,6 @@ SDOperand AlphaDAGToDAGISel::Select(SDOperand Op) {
CurDAG->getTargetExternalSymbol(cast<ExternalSymbolSDNode>(N)->getSymbol(), MVT::i64),
getGlobalBaseReg());
- case ISD::CALLSEQ_START:
- case ISD::CALLSEQ_END: {
- unsigned Amt = cast<ConstantSDNode>(N->getOperand(1))->getValue();
- unsigned Opc = N->getOpcode() == ISD::CALLSEQ_START ?
- Alpha::ADJUSTSTACKDOWN : Alpha::ADJUSTSTACKUP;
- return CurDAG->SelectNodeTo(N, Opc, MVT::Other,
- getI64Imm(Amt), Select(N->getOperand(0)));
- }
case ISD::RET: {
SDOperand Chain = Select(N->getOperand(0)); // Token chain.
SDOperand InFlag;
OpenPOWER on IntegriCloud