[CodeGen] Sort MMI forward declarations. NFC.

llvm-svn: 287165
This commit is contained in:
Ahmed Bougacha 2016-11-16 22:24:46 +00:00
parent dce4218df7
commit 74f8fcb369
1 changed files with 2 additions and 2 deletions

View 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;