diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-14 17:22:02 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-14 17:22:02 +0000 |
commit | c21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637 (patch) | |
tree | da8172439f4b8ec73aa2570c625e155247fb28d6 /include | |
parent | 5dc44335b19dde981e4ad69ab7a650269460ed3c (diff) | |
download | external_llvm-c21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637.zip external_llvm-c21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637.tar.gz external_llvm-c21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637.tar.bz2 |
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')
-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 |