File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ class MachineModuleInfo : public ImmutablePass {
153
153
154
154
// / BeginFunction - Begin gathering function meta information.
155
155
// /
156
- void BeginFunction (MachineFunction *MF);
156
+ void BeginFunction (MachineFunction *MF) {}
157
157
158
158
// / EndFunction - Discard function meta information.
159
159
// /
Original file line number Diff line number Diff line change @@ -63,12 +63,6 @@ bool MachineModuleInfo::doFinalization() {
63
63
return false ;
64
64
}
65
65
66
- // / BeginFunction - Begin gathering function meta information.
67
- // /
68
- void MachineModuleInfo::BeginFunction (MachineFunction *MF) {
69
- // Coming soon.
70
- }
71
-
72
66
// / EndFunction - Discard function meta information.
73
67
// /
74
68
void MachineModuleInfo::EndFunction () {
You can’t perform that action at this time.
0 commit comments