aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-28 03:43:09 +0000
committerChris Lattner <sabre@nondot.org>2006-01-28 03:43:09 +0000
commit04c62c78f451807b13520efbfe0f5d432bc755cb (patch)
treea8cc69953acb2d683b68e5c1fc5adc8be56e2f00 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent4f16e70faad0840357998059f7f296e5f5e412be (diff)
remove method I just added
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index aa7659320d..78db4554da 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -1288,13 +1288,6 @@ SDOperand TargetLowering::CustomPromoteOperation(SDOperand Op,
return SDOperand();
}
-void TargetLowering::CustomExpandOperation(SDOperand Op, SDOperand &Lo,
- SDOperand &Hi, SelectionDAG &DAG) {
- assert(0 && "CustomExpandOperation not implemented for this target!");
- abort();
- return SDOperand();
-}
-
void SelectionDAGLowering::visitFrameReturnAddress(CallInst &I, bool isFrame) {
unsigned Depth = (unsigned)cast<ConstantUInt>(I.getOperand(1))->getValue();
std::pair<SDOperand,SDOperand> Result =