From: Chris Lattner Date: Sun, 16 Jan 2005 07:28:41 +0000 (+0000) Subject: add method stub X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=171453a284b097f1ee89fb87ff495c3a6c7b6297;p=oota-llvm.git add method stub git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19612 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index aab9d468571..f747b35cf8d 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -741,6 +741,11 @@ TargetLowering::LowerFrameReturnAddress(bool isFrameAddr, SDOperand Chain, return std::make_pair(DAG.getConstant(0, getPointerTy()), Chain); } +SDOperand TargetLowering::LowerOperation(SDOperand Op) { + assert(0 && "LowerOperation not implemented for this target!"); + abort(); +} + void SelectionDAGLowering::visitFrameReturnAddress(CallInst &I, bool isFrame) { unsigned Depth = (unsigned)cast(I.getOperand(1))->getValue(); std::pair Result =