We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26f5b1 commit cfc1fe0Copy full SHA for cfc1fe0
visa/PointsToAnalysis.cpp
@@ -485,9 +485,8 @@ void PointsToAnalysis::doPointsToAnalysis(FlowGraph &fg) {
485
addrTakenVariables[i].second);
486
}
487
488
- }
489
- else if (ptr->isRegVar() && !ptr->asRegVar()->getDeclare()->isMsgDesc())
490
- {
+ } else if (ptr->isRegVar() &&
+ !ptr->asRegVar()->getDeclare()->isMsgDesc()) {
491
// We're at a generic instruction where dst is not an address
492
// register. It's possible this is an intermediate operation where src
493
// contains some address. For eg,
0 commit comments