[PATCH] D39396: Fix for PR33930. Short-circuit metadata mapping when cloning a varargs thunk.
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 30 08:57:21 PDT 2017
aprantl added inline comments.
================
Comment at: include/llvm/IR/Metadata.h:961
+ /// \brief Resolve a unique, unresolved node.
+ void resolve();
----------------
The `\brief ` is redundant and can be dropped.
https://reviews.llvm.org/D39396
More information about the cfe-commits
mailing list