Skip to content

Commit 522514a

Browse files
committed
Apply clang-format
1 parent 890125b commit 522514a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flang/lib/Optimizer/Analysis/AliasAnalysis.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -644,10 +644,10 @@ AliasAnalysis::Source AliasAnalysis::getSource(mlir::Value v,
644644
} else {
645645
type = SourceKind::Indirect;
646646
}
647-
// TODO: This assignment is redundant but somehow works around an
648-
// apparent MSVC bug reporting "undeclared identifier" at the next
649-
// "breakFromLoop = true;". See
650-
// <https://github.com/llvm/llvm-project/pull/127845#issuecomment-2669829610>.
647+
// TODO: This assignment is redundant but somehow works around an
648+
// apparent MSVC bug reporting "undeclared identifier" at the next
649+
// "breakFromLoop = true;". See
650+
// <https://github.com/llvm/llvm-project/pull/127845#issuecomment-2669829610>.
651651
breakFromLoop = true;
652652
} else {
653653
// No further tracking for addresses loaded from memory for now.

0 commit comments

Comments
 (0)