forked from OSchip/llvm-project
[CodeGen] Sort MMI forward declarations. NFC.
llvm-svn: 287165
This commit is contained in:
parent
dce4218df7
commit
74f8fcb369
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue