Alphabetize forward declarations

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2014-06-23 18:00:20 +00:00
parent 67c5f45306
commit 1f93cf49fc

View File

@ -14,9 +14,9 @@
namespace llvm {
class AMDGPUSubtarget;
class MCInst;
class MCContext;
class MachineInstr;
class MCContext;
class MCInst;
class AMDGPUMCInstLower {