summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-09-30 00:14:40 +0000
committerDevang Patel <dpatel@apple.com>2009-09-30 00:14:40 +0000
commitc2105298cc3984218a3a45ab1d51518b834e1e70 (patch)
treeb93dbe98e66e9cc3f8da23365e5b561c1bdf21b5 /llvm/lib/CodeGen/MachineModuleInfo.cpp
parent17199b56b0ac70028412f51d4586fb796877eb11 (diff)
downloadbcm5719-llvm-c2105298cc3984218a3a45ab1d51518b834e1e70.tar.gz
bcm5719-llvm-c2105298cc3984218a3a45ab1d51518b834e1e70.zip
Simplify.
llvm-svn: 83123
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineModuleInfo.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp
index 0a8bf5a3d89..8661b9ee132 100644
--- a/llvm/lib/CodeGen/MachineModuleInfo.cpp
+++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp
@@ -63,12 +63,6 @@ bool MachineModuleInfo::doFinalization() {
return false;
}
-/// BeginFunction - Begin gathering function meta information.
-///
-void MachineModuleInfo::BeginFunction(MachineFunction *MF) {
- // Coming soon.
-}
-
/// EndFunction - Discard function meta information.
///
void MachineModuleInfo::EndFunction() {
OpenPOWER on IntegriCloud