[llvm] 4b78121 - MachineInstr.h - remove unnecessary MachineMemOperand forward declaration. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 04:36:16 PDT 2020
Author: Simon Pilgrim
Date: 2020-05-26T12:32:49+01:00
New Revision: 4b7812116d513a66fb5fb3c83e7d8be08c1efc65
URL: https://github.com/llvm/llvm-project/commit/4b7812116d513a66fb5fb3c83e7d8be08c1efc65
DIFF: https://github.com/llvm/llvm-project/commit/4b7812116d513a66fb5fb3c83e7d8be08c1efc65.diff
LOG: MachineInstr.h - remove unnecessary MachineMemOperand forward declaration. NFC.
We already have to include MachineMemOperand.h
Added:
Modified:
llvm/include/llvm/CodeGen/MachineInstr.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h
index 48db14e6cd69..1c841155e643 100644
--- a/llvm/include/llvm/CodeGen/MachineInstr.h
+++ b/llvm/include/llvm/CodeGen/MachineInstr.h
@@ -42,7 +42,6 @@ class DIExpression;
class DILocalVariable;
class MachineBasicBlock;
class MachineFunction;
-class MachineMemOperand;
class MachineRegisterInfo;
class ModuleSlotTracker;
class raw_ostream;
More information about the llvm-commits
mailing list