[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
Tue Nov 14 07:06:56 PST 2017


aprantl added inline comments.


================
Comment at: include/llvm/Analysis/ScalarEvolutionExpander.h:182
+
+    /// deprecated{Please use the overload which requires a DebugLoc.}
     PHINode *getOrInsertCanonicalInductionVariable(const Loop *L, Type *Ty);
----------------
shouldn't this be `\deprecated` with a backslash? and come before the declaration?


https://reviews.llvm.org/D39985





More information about the llvm-commits mailing list