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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 15:04:20 PDT 2020


lebedev.ri created this revision.
lebedev.ri added reviewers: nickdesaulniers, dblaikie.
lebedev.ri added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

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
@@ -66,8 +66,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.276571.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200708/0a926dd9/attachment.bin>


More information about the llvm-commits mailing list