add method stub
authorChris Lattner <sabre@nondot.org>
Sun, 16 Jan 2005 07:28:41 +0000 (07:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Jan 2005 07:28:41 +0000 (07:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19612 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index aab9d468571f64511990554a2b22cbf18286b2ca..f747b35cf8d40d5c68d677806cdd7e0f6042de00 100644 (file)
@@ -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<ConstantUInt>(I.getOperand(1))->getValue();
   std::pair<SDOperand,SDOperand> Result =