diff options
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineModuleInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineModuleInfo.h b/llvm/include/llvm/CodeGen/MachineModuleInfo.h index 36eda2d9793..9be5f7c660f 100644 --- a/llvm/include/llvm/CodeGen/MachineModuleInfo.h +++ b/llvm/include/llvm/CodeGen/MachineModuleInfo.h @@ -48,14 +48,14 @@ namespace llvm { //===----------------------------------------------------------------------===// // Forward declarations. +class BlockAddress; class Constant; class GlobalVariable; -class BlockAddress; class MDNode; class MMIAddrLabelMap; class MachineBasicBlock; -class MachineFunctionInitializer; class MachineFunction; +class MachineFunctionInitializer; class Module; class PointerType; class StructType; |