aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineModuleInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-26 23:26:29 +0000
committerChris Lattner <sabre@nondot.org>2010-01-26 23:26:29 +0000
commit5c8697488ad6d860c448b6e7bed80dec8c90b585 (patch)
tree5a363a20c5cb1fdb62ea0c420a28f8f63c1de85a /include/llvm/CodeGen/MachineModuleInfo.h
parent43cda021d9425f53443b3d56bcf81afe99353ee9 (diff)
downloadexternal_llvm-5c8697488ad6d860c448b6e7bed80dec8c90b585.zip
external_llvm-5c8697488ad6d860c448b6e7bed80dec8c90b585.tar.gz
external_llvm-5c8697488ad6d860c448b6e7bed80dec8c90b585.tar.bz2
remove a noop function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94616 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineModuleInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineModuleInfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h
index d365029..d2bd0f1 100644
--- a/include/llvm/CodeGen/MachineModuleInfo.h
+++ b/include/llvm/CodeGen/MachineModuleInfo.h
@@ -157,10 +157,6 @@ public:
bool doInitialization();
bool doFinalization();
- /// BeginFunction - Begin gathering function meta information.
- ///
- void BeginFunction(MachineFunction *) {}
-
/// EndFunction - Discard function meta information.
///
void EndFunction();