[PATCH] D36331: Add ARC backend
Eugene Zelenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 15:46:56 PDT 2017
Eugene.Zelenko added inline comments.
================
Comment at: llvm/lib/Target/ARC/ARCTargetTransformInfo.h:32
+class ARCTTIImpl : public BasicTTIImplBase<ARCTTIImpl> {
+ typedef BasicTTIImplBase<ARCTTIImpl> BaseT;
+ friend BaseT;
----------------
Please use using instead of typedef. Same in other places.
https://reviews.llvm.org/D36331
More information about the llvm-commits
mailing list