weimingz added inline comments. ================ Comment at: lib/Transforms/Scalar/LoopUnswitch.cpp:624 + + if (isUnreachable) break; + ---------------- already break in line 618? Repository: rL LLVM https://reviews.llvm.org/D26299