Alphabetize forward declarations
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 23 Jun 2014 18:00:20 +0000 (18:00 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 23 Jun 2014 18:00:20 +0000 (18:00 +0000)
llvm-svn: 211509

llvm/lib/Target/R600/AMDGPUMCInstLower.h

index 2b7f1e3..58fe34d 100644 (file)
@@ -14,9 +14,9 @@
 namespace llvm {
 
 class AMDGPUSubtarget;
-class MCInst;
-class MCContext;
 class MachineInstr;
+class MCContext;
+class MCInst;
 
 class AMDGPUMCInstLower {