[PATCH] D117261: [InstrProf][NFC] Add InstrProfBase base

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 17:15:37 PST 2022


davidxl added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicInst.h:1180
+/// A base class for all instrprof intrinsics.
+class InstrProfBase : public IntrinsicInst {
 public:
----------------
nit: InstrProfBase --> InstProfInstBase


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117261/new/

https://reviews.llvm.org/D117261



More information about the llvm-commits mailing list