[llvm] 00d0f35 - X86InstrInfo.cpp - fix include ordering. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 2 07:34:28 PDT 2020
Author: Simon Pilgrim
Date: 2020-08-02T15:34:18+01:00
New Revision: 00d0f354f26dc725ee1ce756df383557eeb44c65
URL: https://github.com/llvm/llvm-project/commit/00d0f354f26dc725ee1ce756df383557eeb44c65
DIFF: https://github.com/llvm/llvm-project/commit/00d0f354f26dc725ee1ce756df383557eeb44c65.diff
LOG: X86InstrInfo.cpp - fix include ordering. NFCI.
Added:
Modified:
llvm/lib/Target/X86/X86InstrInfo.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp
index 42c111173570..ae838274f2e6 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.cpp
+++ b/llvm/lib/Target/X86/X86InstrInfo.cpp
@@ -28,9 +28,9 @@
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/StackMaps.h"
+#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
-#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
More information about the llvm-commits
mailing list