mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Simplify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83123 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0dad89fa94
commit
fdc826f6e8
@ -153,7 +153,7 @@ public:
|
||||
|
||||
/// BeginFunction - Begin gathering function meta information.
|
||||
///
|
||||
void BeginFunction(MachineFunction *MF);
|
||||
void BeginFunction(MachineFunction *MF) {}
|
||||
|
||||
/// EndFunction - Discard function meta information.
|
||||
///
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user