We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e6a37 commit 3919ec0Copy full SHA for 3919ec0
llvm/lib/CodeGen/LiveIntervals.cpp
@@ -179,7 +179,7 @@ void LiveIntervals::analyze(MachineFunction &fn) {
179
}
180
181
void LiveIntervals::print(raw_ostream &OS) const {
182
- OS << "********** INTERVALS **********\n";
+ OS << "********** INTERVALS for function " << MF->getName() << '\n';
183
184
// Dump the regunits.
185
for (unsigned Unit = 0, UnitE = RegUnitRanges.size(); Unit != UnitE; ++Unit)
0 commit comments