summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-14 17:22:02 +0000
committerDan Gohman <gohman@apple.com>2010-04-14 17:22:02 +0000
commitc21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637 (patch)
treeda8172439f4b8ec73aa2570c625e155247fb28d6 /include/llvm/CodeGen/SelectionDAGISel.h
parent5dc44335b19dde981e4ad69ab7a650269460ed3c (diff)
downloadllvm-c21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637.tar.gz
llvm-c21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637.tar.bz2
llvm-c21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637.tar.xz
Delete an unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index 4dbad89d5f..f1c2ce6e5a 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