From c21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 14 Apr 2010 17:22:02 +0000 Subject: Delete an unused function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101263 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGISel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 -- cgit v1.1