[llvm] 54199d8 - [x86] Remove unused declaration processWaitCnt (NFC)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 7 00:16:46 PDT 2022
Author: Kazu Hirata
Date: 2022-08-07T00:16:19-07:00
New Revision: 54199d805a5431df292d412dbbae9286b3690ad3
URL: https://github.com/llvm/llvm-project/commit/54199d805a5431df292d412dbbae9286b3690ad3
DIFF: https://github.com/llvm/llvm-project/commit/54199d805a5431df292d412dbbae9286b3690ad3.diff
LOG: [x86] Remove unused declaration processWaitCnt (NFC)
The declaration was introduced without a corresponding definition on
Jan 2, 2022 in commit 85e6e748d426f8992016914b07bc67c4da22e278.
Added:
Modified:
llvm/lib/Target/X86/MCA/X86CustomBehaviour.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h b/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h
index 61e1b6b27a85c..ed2d540d965f3 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);
More information about the llvm-commits
mailing list