[PATCH] D96154: [flang][NFC] Make KindTy consistent and consistently used.
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 10:51:06 PST 2021
schweitz added a comment.
In D96154#2545550 <https://reviews.llvm.org/D96154#2545550>, @kiranchandramohan wrote:
> Should we change the following two usage as well?
>
> lib/Optimizer/Dialect/FIRAttr.cpp: int getFKind() const { return kind; }
> lib/Optimizer/Dialect/FIRAttr.cpp:int RealAttr::getFKind() const { return getImpl()->getFKind(); }
Yes. Thanks for spotting this one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96154/new/
https://reviews.llvm.org/D96154
More information about the llvm-commits
mailing list