forked from OSchip/llvm-project
X86MacroFusion.cpp - ensure X86MacroFusion.h module header is included first. NFC.
This commit is contained in:
parent
b36b889a3b
commit
21bd3767c8
|
@ -11,8 +11,8 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "MCTargetDesc/X86BaseInfo.h"
|
|
||||||
#include "X86MacroFusion.h"
|
#include "X86MacroFusion.h"
|
||||||
|
#include "MCTargetDesc/X86BaseInfo.h"
|
||||||
#include "X86Subtarget.h"
|
#include "X86Subtarget.h"
|
||||||
#include "llvm/CodeGen/MacroFusion.h"
|
#include "llvm/CodeGen/MacroFusion.h"
|
||||||
#include "llvm/CodeGen/TargetInstrInfo.h"
|
#include "llvm/CodeGen/TargetInstrInfo.h"
|
||||||
|
|
Loading…
Reference in New Issue