[PATCH] D43507: [SCEV] Fix isKnownPredicate
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 12 20:43:35 PDT 2018
skatkov added inline comments.
================
Comment at: lib/Analysis/ScalarEvolution.cpp:8771
+
+// Domination relationship must be a linear order on collected loops.
+#ifndef NDEBUG
----------------
sanjoy wrote:
> This comment should be indented.
Interesting that Clang format uses this indent.
https://reviews.llvm.org/D43507
More information about the llvm-commits
mailing list