From: Matt Arsenault Date: Mon, 23 Jun 2014 18:00:20 +0000 (+0000) Subject: Alphabetize forward declarations X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1f93cf49fcaac55a8ef771b70a2a0c259f3813a2;p=oota-llvm.git Alphabetize forward declarations git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211509 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/AMDGPUMCInstLower.h b/lib/Target/R600/AMDGPUMCInstLower.h index 2b7f1e3074f..58fe34d32d3 100644 --- a/lib/Target/R600/AMDGPUMCInstLower.h +++ b/lib/Target/R600/AMDGPUMCInstLower.h @@ -14,9 +14,9 @@ namespace llvm { class AMDGPUSubtarget; -class MCInst; -class MCContext; class MachineInstr; +class MCContext; +class MCInst; class AMDGPUMCInstLower {