Skip to content

Commit 4625651

Browse files
committed
fix clang-tidy
1 parent af4944f commit 4625651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Scalar/ConstraintElimination.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,8 +1459,8 @@ static bool checkAndReplaceCondition(
14591459
SmallVector<DbgVariableIntrinsic *> DbgUsers;
14601460
SmallVector<DbgVariableRecord *> DVRUsers;
14611461
findDbgUsers(DbgUsers, Cmp, &DVRUsers);
1462-
1463-
for (auto *DVR: DVRUsers) {
1462+
1463+
for (auto *DVR : DVRUsers) {
14641464
auto *DTN = DT.getNode(DVR->getParent());
14651465
if (!DTN || DTN->getDFSNumIn() < NumIn || DTN->getDFSNumOut() > NumOut)
14661466
continue;

0 commit comments

Comments
 (0)