[PATCH] D28476: [Analysis] Add LF_ prefix to LibFunc enums in TargetLibraryInfo. (NFC)

David L. Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 15:25:42 PST 2017


dlj marked an inline comment as done.
dlj added inline comments.


================
Comment at: lib/Transforms/Scalar/DeadStoreElimination.cpp:147
+      }
+      if (TLI.has(LibFunc_strncat) && FnName == TLI.getName(LibFunc_strncat)) {
         return true;
----------------
efriedma wrote:
> Not sure why you're changing this.
Looks like a clang-tidy fix to me. (Un-)fixed.


https://reviews.llvm.org/D28476





More information about the llvm-commits mailing list