[PATCH] D86120: [NFC][llvm] Make the contructors of `ElementCount` private.
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 10:14:56 PDT 2020
ctetreau accepted this revision.
ctetreau added a comment.
This revision is now accepted and ready to land.
Fix the typo, then this looks good to me.
================
Comment at: llvm/include/llvm/IR/Intrinsics.h:137
unsigned Argument_Info;
- ElementCount Vector_Width;
+ // There si no default constructor in `ElementCount`, so we need
+ // to explicitly initialize this field with a value.
----------------
NIT: TYPO: "There si no" -> "There is no"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86120/new/
https://reviews.llvm.org/D86120
More information about the llvm-commits
mailing list