[llvm] r287165 - [CodeGen] Sort MMI forward declarations. NFC.

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 14:24:46 PST 2016


Author: ab
Date: Wed Nov 16 16:24:46 2016
New Revision: 287165

URL: http://llvm.org/viewvc/llvm-project?rev=287165&view=rev
Log:
[CodeGen] Sort MMI forward declarations. NFC.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h?rev=287165&r1=287164&r2=287165&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h Wed Nov 16 16:24:46 2016
@@ -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;




More information about the llvm-commits mailing list