From: Chris Lattner Date: Fri, 13 May 2005 07:23:03 +0000 (+0000) Subject: add a new method X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc13b76246789c1c27290801922049eff959fc58;p=oota-llvm.git add a new method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21929 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index ee028a6876d..22fe5559087 100644 --- a/include/llvm/CodeGen/SelectionDAGISel.h +++ b/include/llvm/CodeGen/SelectionDAGISel.h @@ -48,6 +48,7 @@ public: unsigned MakeReg(MVT::ValueType VT); + virtual void EmitFunctionEntryCode(Function &Fn, MachineFunction &MF) {} virtual void InstructionSelectBasicBlock(SelectionDAG &SD) = 0; private: