From 74f8fcb3692f7a161828e2913bb1393bb0f96bb1 Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Wed, 16 Nov 2016 22:24:46 +0000 Subject: [PATCH] [CodeGen] Sort MMI forward declarations. NFC. llvm-svn: 287165 --- llvm/include/llvm/CodeGen/MachineModuleInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.7.4