[PATCH] D83435: [NFCI][llvm-reduce] OperandBundleCounter: drop pointless constructor

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 13:11:24 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd8bf5e8048db: [NFCI][llvm-reduce] OperandBundleCounter: drop pointless constructor (authored by lebedev.ri).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83435

Files:
  llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp


Index: llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
===================================================================
--- llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
+++ llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
@@ -67,8 +67,6 @@
   /// How many features (in this case, operand bundles) did we count, total?
   int OperandBundeCount = 0;
 
-  OperandBundleCounter() {}
-
   /// So far only CallBase sub-classes can have operand bundles.
   void visitCallBase(CallBase &Call) {
     // Just accumulate the total number of operand bundles.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83435.276818.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200709/372be1ee/attachment-0001.bin>


More information about the llvm-commits mailing list