Skip to content

Commit b23bdb2

Browse files
committed
clang-format
Created using spr 1.3.4
1 parent 9b3db9b commit b23bdb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bolt/lib/Profile/DataAggregator.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,8 @@ bool DataAggregator::doBranch(uint64_t From, uint64_t To, uint64_t Count,
833833
};
834834

835835
uint64_t ToOrig = To;
836-
auto [FromFunc, IsReturn] = handleAddress(From, /*IsFrom*/true);
837-
auto [ToFunc, IsCallCont] = handleAddress(To, /*IsFrom*/false);
836+
auto [FromFunc, IsReturn] = handleAddress(From, /*IsFrom*/ true);
837+
auto [ToFunc, IsCallCont] = handleAddress(To, /*IsFrom*/ false);
838838
if (!FromFunc && !ToFunc)
839839
return false;
840840

@@ -1824,7 +1824,7 @@ void DataAggregator::processPreAggregated() {
18241824
switch (AggrEntry.EntryType) {
18251825
case AggregatedLBREntry::BRANCH:
18261826
doBranch(AggrEntry.From.Offset, AggrEntry.To.Offset, AggrEntry.Count,
1827-
AggrEntry.Mispreds, /*IsPreagg*/true);
1827+
AggrEntry.Mispreds, /*IsPreagg*/ true);
18281828
break;
18291829
case AggregatedLBREntry::FT:
18301830
case AggregatedLBREntry::FT_EXTERNAL_ORIGIN: {

0 commit comments

Comments
 (0)