From 54199d805a5431df292d412dbbae9286b3690ad3 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 7 Aug 2022 00:16:19 -0700 Subject: [PATCH] [x86] Remove unused declaration processWaitCnt (NFC) The declaration was introduced without a corresponding definition on Jan 2, 2022 in commit 85e6e748d426f8992016914b07bc67c4da22e278. --- llvm/lib/Target/X86/MCA/X86CustomBehaviour.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h b/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h index 61e1b6b..ed2d540d 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 &Inst, const MCInst &MCI); - /// Called within X86InstrPostProcess to specify certain instructions /// as load and store barriers. void setMemBarriers(std::unique_ptr &Inst, const MCInst &MCI); -- 2.7.4