[PATCH] D56593: [SelectionDAG][RFC] Allow the user to specify a memeq function (v5).
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 5 01:51:04 PST 2019
gchatelet added inline comments.
================
Comment at: lib/Analysis/TargetLibraryInfo.cpp:54
+static bool hasBcmp(const Triple &TT) {
+ // Posix removed support from bcmp() in 2001, but the the glibc and several
+ // implementations of the libc still have it.
----------------
typo 'the the'
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56593/new/
https://reviews.llvm.org/D56593
More information about the llvm-commits
mailing list