Skip to content

Commit 1e6fd79

Browse files
committed
Fix clang-format
1 parent 619f57f commit 1e6fd79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Transforms/Scalar/LoopInterchange.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@ static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level,
228228
// make it non-negative.
229229
if (normalize(DV, Levels, SE, Src, Dst))
230230
LLVM_DEBUG(dbgs() << "Negative dependence vector normalized.\n");
231-
LLVM_DEBUG(StringRef DepType =
232-
D->isFlow() ? "flow" : D->isAnti() ? "anti" : "output";
231+
LLVM_DEBUG(StringRef DepType = D->isFlow() ? "flow"
232+
: D->isAnti() ? "anti"
233+
: "output";
233234
dbgs() << "Found " << DepType
234235
<< " dependency between Src and Dst\n"
235236
<< " Src:" << *Src << "\n Dst:" << *Dst << '\n');

0 commit comments

Comments
 (0)