Exit early from a loop. NFC.
This patch fixes an issue introduced in r328810 which made the algorithm to always run the loop O(n^2) times, though we can break early. The output remains the same. llvm-svn: 328811
Loading
Please sign in to comment