diff options
author | Devang Patel <dpatel@apple.com> | 2009-09-30 00:14:40 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-09-30 00:14:40 +0000 |
commit | c2105298cc3984218a3a45ab1d51518b834e1e70 (patch) | |
tree | b93dbe98e66e9cc3f8da23365e5b561c1bdf21b5 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 17199b56b0ac70028412f51d4586fb796877eb11 (diff) | |
download | bcm5719-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.cpp | 6 |
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() { |