From: Ahmed Bougacha Date: Wed, 16 Nov 2016 22:24:46 +0000 (+0000) Subject: [CodeGen] Sort MMI forward declarations. NFC. X-Git-Tag: llvmorg-4.0.0-rc1~4363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74f8fcb3692f7a161828e2913bb1393bb0f96bb1;p=platform%2Fupstream%2Fllvm.git [CodeGen] Sort MMI forward declarations. NFC. llvm-svn: 287165 --- diff --git a/llvm/include/llvm/CodeGen/MachineModuleInfo.h b/llvm/include/llvm/CodeGen/MachineModuleInfo.h index 36eda2d..9be5f7c 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;