[llvm] c27fdc8 - X86InstrInfo.h - remove unused forward declarations. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 19 09:01:45 PDT 2020
Author: Simon Pilgrim
Date: 2020-04-19T16:58:59+01:00
New Revision: c27fdc84df4d82e42cdb88414f5495bab9c394a2
URL: https://github.com/llvm/llvm-project/commit/c27fdc84df4d82e42cdb88414f5495bab9c394a2
DIFF: https://github.com/llvm/llvm-project/commit/c27fdc84df4d82e42cdb88414f5495bab9c394a2.diff
LOG: X86InstrInfo.h - remove unused forward declarations. NFC.
Added:
Modified:
llvm/lib/Target/X86/X86InstrInfo.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/X86/X86InstrInfo.h b/llvm/lib/Target/X86/X86InstrInfo.h
index 7622484b0c20..0780783a9b1f 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.h
+++ b/llvm/lib/Target/X86/X86InstrInfo.h
@@ -24,8 +24,6 @@
#include "X86GenInstrInfo.inc"
namespace llvm {
-class MachineInstrBuilder;
-class X86RegisterInfo;
class X86Subtarget;
namespace X86 {
More information about the llvm-commits
mailing list