[PATCH] D39985: [SCEV] Apply a single debug loc when expanding a SCEV

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 18:57:05 PST 2017


aprantl added inline comments.


================
Comment at: unittests/Analysis/ScalarEvolutionTest.cpp:32
+
+void PrintTo(const DebugLoc &L, ::std::ostream *os) {
+  std::string S;
----------------
is this used anywhere?
the coding standard wants functions to begin with lower-case letters.


https://reviews.llvm.org/D39985





More information about the llvm-commits mailing list