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 af4944f commit 4625651Copy full SHA for 4625651
llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
@@ -1459,8 +1459,8 @@ static bool checkAndReplaceCondition(
1459
SmallVector<DbgVariableIntrinsic *> DbgUsers;
1460
SmallVector<DbgVariableRecord *> DVRUsers;
1461
findDbgUsers(DbgUsers, Cmp, &DVRUsers);
1462
-
1463
- for (auto *DVR: DVRUsers) {
+
+ for (auto *DVR : DVRUsers) {
1464
auto *DTN = DT.getNode(DVR->getParent());
1465
if (!DTN || DTN->getDFSNumIn() < NumIn || DTN->getDFSNumOut() > NumOut)
1466
continue;
0 commit comments