X86Subtarget.cpp - sort includes. NFC

Ensure X86Subtarget.h module header is at the top, and sort the remaining includes.
This commit is contained in:
Simon Pilgrim 2020-04-20 11:54:04 +01:00
parent 179dced13b
commit 2cfcbc52c3
1 changed files with 2 additions and 3 deletions

View File

@ -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"