File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1522,7 +1522,7 @@ void DataAggregator::printBranchStacksDiagnostics(
15221522
15231523std::error_code DataAggregator::parseBranchEvents () {
15241524 std::string BranchEventTypeStr =
1525- ! opts::ArmSPE ? " branch events " : " SPE branch events in LBR-format" ;
1525+ opts::ArmSPE ? " SPE branch events in LBR-format" : " branch events " ;
15261526 outs () << " PERF2BOLT: parse " << BranchEventTypeStr << " ...\n " ;
15271527 NamedRegionTimer T (" parseBranch" , " Parsing " + BranchEventTypeStr,
15281528 TimerGroupName, TimerGroupDesc, opts::TimeAggregator);
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ extern cl::opt<bool> ArmSPE;
2929namespace llvm {
3030namespace bolt {
3131
32- // / Perform checks on perf SPE branch events combined with other SPE or perf
33- // / events.
32+ // / Perform checks on perf SPE branch events.
3433struct PerfSpeEventsTestHelper : public testing ::Test {
3534 void SetUp () override {
3635 initalizeLLVM ();
You can’t perform that action at this time.
0 commit comments