[PATCH] D15922: [Cloning] rename cloneLoopWithPreheader() and add assert to ensure no sub-loops
Ashutosh Nema via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 22:20:43 PDT 2016
ashutosh.nema added a comment.
Indentation is still not as per llvm coding standard, please run clang-format.
You can specifically run it on the code added by you using below command:
$ clang-format -i -lines=start:end <file>
Refer below page for more details:
http://clang.llvm.org/docs/ClangFormat.html
http://reviews.llvm.org/D15922
More information about the llvm-commits
mailing list