Skip to content

Commit

Permalink
X86MacroFusion.cpp - ensure X86MacroFusion.h module header is include…
Browse files Browse the repository at this point in the history
…d first. NFC.
  • Loading branch information
RKSimon committed Apr 20, 2020
1 parent b36b889 commit 21bd376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/X86MacroFusion.cpp
Expand Up @@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//

#include "MCTargetDesc/X86BaseInfo.h"
#include "X86MacroFusion.h"
#include "MCTargetDesc/X86BaseInfo.h"
#include "X86Subtarget.h"
#include "llvm/CodeGen/MacroFusion.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
Expand Down

0 comments on commit 21bd376

Please sign in to comment.