[PATCH] D66272: [Attributor] Use structured deduction for AADereferenceable
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 17 04:44:57 PDT 2019
uenoku added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:2067
+ void trackStatistics() const override{
+ STATS_DECLTRACK_ARG_ATTR(dereferenceable)};
+};
----------------
semicolon
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66272/new/
https://reviews.llvm.org/D66272
More information about the llvm-commits
mailing list