[CodeGen] Sort MMI forward declarations. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 16 Nov 2016 22:24:46 +0000 (22:24 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 16 Nov 2016 22:24:46 +0000 (22:24 +0000)
llvm-svn: 287165

llvm/include/llvm/CodeGen/MachineModuleInfo.h

index 36eda2d..9be5f7c 100644 (file)
@@ -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;