Skip to content

Commit 532c150

Browse files
bgergely0maksfb
andcommitted
Update InsertNegateRAStatePass
- fix spelling Co-authored-by: Maksim Panchenko <[email protected]>
1 parent e12cb5b commit 532c150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Passes/InsertNegateRAStatePass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void InsertNegateRAState::runOnFunction(BinaryFunction &BF) {
2929

3030
if (BF.getState() != BinaryFunction::State::CFG &&
3131
BF.getState() != BinaryFunction::State::CFG_Finalized) {
32-
BC.outs() << "BOLT-INFO: No CFG for " << BF.getPrintName()
32+
BC.outs() << "BOLT-INFO: no CFG for " << BF.getPrintName()
3333
<< " in InsertNegateRAStatePass\n";
3434
return;
3535
}

0 commit comments

Comments
 (0)