mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[NFCI][llvm-reduce] OperandBundleCounter: drop pointless constructor
Reviewers: nickdesaulniers, dblaikie Reviewed By: nickdesaulniers Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D83435
This commit is contained in:
parent
8aaa6d450e
commit
1036a9e7d6
@ -67,8 +67,6 @@ struct OperandBundleCounter : public InstVisitor<OperandBundleCounter> {
|
||||
/// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user