Skip to content

Commit 6b4baa5

Browse files
committed
Sort includes.
llvm-svn: 270769
1 parent 94a903e commit 6b4baa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64Subtarget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14+
#include "AArch64Subtarget.h"
1415
#include "AArch64InstrInfo.h"
1516
#include "AArch64PBQPRegAlloc.h"
16-
#include "AArch64Subtarget.h"
1717
#include "llvm/CodeGen/MachineScheduler.h"
1818
#include "llvm/IR/GlobalValue.h"
1919
#include "llvm/Support/TargetRegistry.h"

0 commit comments

Comments
 (0)