From: Chris Lattner Date: Sat, 28 Jan 2006 03:43:09 +0000 (+0000) Subject: remove method I just added X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=04c62c78f451807b13520efbfe0f5d432bc755cb;p=oota-llvm.git remove method I just added git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25728 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index aa7659320d8..78db4554dae 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(I.getOperand(1))->getValue(); std::pair Result =