summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-04-24 20:17:38 +0000
committerDavide Italiano <davide@freebsd.org>2017-04-24 20:17:38 +0000
commitca81fbcadbb5c1648973f4cbfee5f60f198b6ee3 (patch)
treea708cedd15b6fb5c25d9816193dad579828c6749
parentfd96d5e1c962df374494f98ac4d684e43dcf26f5 (diff)
downloadbcm5719-llvm-ca81fbcadbb5c1648973f4cbfee5f60f198b6ee3.tar.gz
bcm5719-llvm-ca81fbcadbb5c1648973f4cbfee5f60f198b6ee3.zip
[LoopUnroll] Remove spurious newline.
Eli pointed out in the review, but I didn't squash the two commits correctly. Pointy-hat to me. llvm-svn: 301241
-rw-r--r--llvm/lib/Transforms/Utils/LoopUnroll.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopUnroll.cpp b/llvm/lib/Transforms/Utils/LoopUnroll.cpp
index 3e3cc5e48a1..43ab725b076 100644
--- a/llvm/lib/Transforms/Utils/LoopUnroll.cpp
+++ b/llvm/lib/Transforms/Utils/LoopUnroll.cpp
@@ -334,7 +334,6 @@ bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool Force,
auto CheckSuccessors = [&](unsigned S1, unsigned S2) {
return BI->getSuccessor(S1) == Header && !L->contains(BI->getSuccessor(S2));
-
};
if (!CheckSuccessors(0, 1) && !CheckSuccessors(1, 0)) {
OpenPOWER on IntegriCloud