[PATCH] D29011: [IR] Add Freeze instruction
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 00:20:52 PST 2017
aqjune added inline comments.
================
Comment at: include/llvm/IR/IRBuilder.h:1713
/// \brief Return the i64 difference between two pointer values, dividing out
/// the size of the pointed-to objects.
----------------
@filcab Other functions also have `\brief` , so I followed the convention.
https://reviews.llvm.org/D29011
More information about the llvm-commits
mailing list