diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGISel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index 4dbad89..f1c2ce6 100644 --- a/include/llvm/CodeGen/SelectionDAGISel.h +++ b/include/llvm/CodeGen/SelectionDAGISel.h @@ -62,8 +62,6 @@ public: virtual bool runOnMachineFunction(MachineFunction &MF); - unsigned MakeReg(EVT VT); - virtual void EmitFunctionEntryCode(Function &Fn, MachineFunction &MF) {} /// PreprocessISelDAG - This hook allows targets to hack on the graph before |