From 835a5efef3c48ee271a142fe76ce4ae53adfa954 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 16 Jan 2005 07:28:41 +0000 Subject: [PATCH] add method stub llvm-svn: 19612 --- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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 =