summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/InstrBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-mca/InstrBuilder.h')
-rw-r--r--llvm/tools/llvm-mca/InstrBuilder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/InstrBuilder.h b/llvm/tools/llvm-mca/InstrBuilder.h
index 69a53b6fec2..b1f39d8d064 100644
--- a/llvm/tools/llvm-mca/InstrBuilder.h
+++ b/llvm/tools/llvm-mca/InstrBuilder.h
@@ -50,6 +50,8 @@ class InstrBuilder {
VariantDescriptors;
const InstrDesc &createInstrDescImpl(const llvm::MCInst &MCI);
+ const InstrDesc &getOrCreateInstrDesc(const llvm::MCInst &MCI);
+
InstrBuilder(const InstrBuilder &) = delete;
InstrBuilder &operator=(const InstrBuilder &) = delete;
@@ -67,7 +69,6 @@ public:
computeProcResourceMasks(STI.getSchedModel(), ProcResourceMasks);
}
- const InstrDesc &getOrCreateInstrDesc(const llvm::MCInst &MCI);
// Returns an array of processor resource masks.
// Masks are computed by function mca::computeProcResourceMasks. see
// Support.h for a description of how masks are computed and how masks can be
OpenPOWER on IntegriCloud