[PATCH] D79996: Reorder Type fields to make various isa< > check more concise
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 11:57:58 PDT 2020
ctetreau added inline comments.
================
Comment at: llvm/include/llvm/IR/Type.h:72-73
FunctionTyID, ///< 12: Functions
+ PointerTyID, ///< 14: Pointers
StructTyID, ///< 13: Structures
+ ArrayTyID, ///< 15: Arrays
----------------
ctetreau wrote:
> comments are stale
You can probably just delete the numbering in the comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79996/new/
https://reviews.llvm.org/D79996
More information about the llvm-commits
mailing list