aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-08-07 00:16:19 -0700
committerKazu Hirata <kazu@google.com>2022-08-07 00:16:19 -0700
commit54199d805a5431df292d412dbbae9286b3690ad3 (patch)
treee3ecab9f4de323eaa92cb631d0cb0ea3cc5b6efe
parent7542e72188cb05b22523cc58ea4223951399520d (diff)
[x86] Remove unused declaration processWaitCnt (NFC)
The declaration was introduced without a corresponding definition on Jan 2, 2022 in commit 85e6e748d426f8992016914b07bc67c4da22e278.
-rw-r--r--llvm/lib/Target/X86/MCA/X86CustomBehaviour.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h b/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h
index 61e1b6b27a85..ed2d540d965f 100644
--- a/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h
+++ b/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h
@@ -25,8 +25,6 @@ namespace llvm {
namespace mca {
class X86InstrPostProcess : public InstrPostProcess {
- void processWaitCnt(std::unique_ptr<Instruction> &Inst, const MCInst &MCI);
-
/// Called within X86InstrPostProcess to specify certain instructions
/// as load and store barriers.
void setMemBarriers(std::unique_ptr<Instruction> &Inst, const MCInst &MCI);