[PATCH] D66084: Remove asserts in getLoopGuardBranch

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 11:10:41 PDT 2019


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM thanks. Sorry for the delay.



================
Comment at: lib/Analysis/LoopInfo.cpp:368
   BasicBlock *Latch = getLoopLatch();
+
   assert(Preheader && Latch &&
----------------
please remove the unrelated newline insertion here.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66084/new/

https://reviews.llvm.org/D66084





More information about the llvm-commits mailing list