Skip to content

Commit cfc1fe0

Browse files
pratikasharigcbot
authored andcommitted
Fix typo
Fix typo
1 parent e26f5b1 commit cfc1fe0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

visa/PointsToAnalysis.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,8 @@ void PointsToAnalysis::doPointsToAnalysis(FlowGraph &fg) {
485485
addrTakenVariables[i].second);
486486
}
487487
}
488-
}
489-
else if (ptr->isRegVar() && !ptr->asRegVar()->getDeclare()->isMsgDesc())
490-
{
488+
} else if (ptr->isRegVar() &&
489+
!ptr->asRegVar()->getDeclare()->isMsgDesc()) {
491490
// We're at a generic instruction where dst is not an address
492491
// register. It's possible this is an intermediate operation where src
493492
// contains some address. For eg,

0 commit comments

Comments
 (0)