forked from OSchip/llvm-project
X86Subtarget.cpp - sort includes. NFC
Ensure X86Subtarget.h module header is at the top, and sort the remaining includes.
This commit is contained in:
parent
179dced13b
commit
2cfcbc52c3
|
@ -10,14 +10,13 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "X86Subtarget.h"
|
||||
#include "MCTargetDesc/X86BaseInfo.h"
|
||||
#include "X86.h"
|
||||
|
||||
#include "X86CallLowering.h"
|
||||
#include "X86LegalizerInfo.h"
|
||||
#include "X86MacroFusion.h"
|
||||
#include "X86RegisterBankInfo.h"
|
||||
#include "X86Subtarget.h"
|
||||
#include "MCTargetDesc/X86BaseInfo.h"
|
||||
#include "X86TargetMachine.h"
|
||||
#include "llvm/ADT/Triple.h"
|
||||
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
|
||||
|
|
Loading…
Reference in New Issue