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 @@ -1552,7 +1552,7 @@ void DataAggregator::printBranchStacksDiagnostics(
1552
1552
1553
1553
std::error_code DataAggregator::parseBranchEvents () {
1554
1554
std::string BranchEventTypeStr =
1555
- ! opts::ArmSPE ? " branch events " : " SPE branch events in LBR-format" ;
1555
+ opts::ArmSPE ? " SPE branch events in LBR-format" : " branch events " ;
1556
1556
outs () << " PERF2BOLT: parse " << BranchEventTypeStr << " ...\n " ;
1557
1557
NamedRegionTimer T (" parseBranch" , " Parsing " + BranchEventTypeStr,
1558
1558
TimerGroupName, TimerGroupDesc, opts::TimeAggregator);
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ extern cl::opt<bool> ArmSPE;
29
29
namespace llvm {
30
30
namespace bolt {
31
31
32
- // / Perform checks on perf SPE branch events combined with other SPE or perf
33
- // / events.
32
+ // / Perform checks on perf SPE branch events.
34
33
struct PerfSpeEventsTestHelper : public testing ::Test {
35
34
void SetUp () override {
36
35
initalizeLLVM ();
You can’t perform that action at this time.
0 commit comments