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(
1522
1522
1523
1523
std::error_code DataAggregator::parseBranchEvents () {
1524
1524
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 " ;
1526
1526
outs () << " PERF2BOLT: parse " << BranchEventTypeStr << " ...\n " ;
1527
1527
NamedRegionTimer T (" parseBranch" , " Parsing " + BranchEventTypeStr,
1528
1528
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