Simplify.

llvm-svn: 83123
This commit is contained in:
Devang Patel 2009-09-30 00:14:40 +00:00
parent a282690f82
commit 0136a7ebec
2 changed files with 1 additions and 7 deletions

View File

@ -153,7 +153,7 @@ public:
/// BeginFunction - Begin gathering function meta information.
///
void BeginFunction(MachineFunction *MF);
void BeginFunction(MachineFunction *MF) {}
/// EndFunction - Discard function meta information.
///

View File

@ -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() {