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 e12cb5b commit 532c150Copy full SHA for 532c150
bolt/lib/Passes/InsertNegateRAStatePass.cpp
@@ -29,7 +29,7 @@ void InsertNegateRAState::runOnFunction(BinaryFunction &BF) {
29
30
if (BF.getState() != BinaryFunction::State::CFG &&
31
BF.getState() != BinaryFunction::State::CFG_Finalized) {
32
- BC.outs() << "BOLT-INFO: No CFG for " << BF.getPrintName()
+ BC.outs() << "BOLT-INFO: no CFG for " << BF.getPrintName()
33
<< " in InsertNegateRAStatePass\n";
34
return;
35
}
0 commit comments