aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-13 07:23:03 +0000
committerChris Lattner <sabre@nondot.org>2005-05-13 07:23:03 +0000
commitcc13b76246789c1c27290801922049eff959fc58 (patch)
tree5c789f2d20dfdf6124ae2802221915240515b589 /include/llvm/CodeGen
parent08b22ecc8870b3657d94ebf7d1f91d9fd5d47744 (diff)
downloadexternal_llvm-cc13b76246789c1c27290801922049eff959fc58.zip
external_llvm-cc13b76246789c1c27290801922049eff959fc58.tar.gz
external_llvm-cc13b76246789c1c27290801922049eff959fc58.tar.bz2
add a new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index ee028a6..22fe555 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: