[llvm] 8e62f3b - TargetInstrInfo.h - remove unnecessary includes. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon May 25 04:41:50 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-25T12:41:22+01:00
New Revision: 8e62f3b658cc85bf0a42dec1326c5e87e848485c

URL: https://github.com/llvm/llvm-project/commit/8e62f3b658cc85bf0a42dec1326c5e87e848485c
DIFF: https://github.com/llvm/llvm-project/commit/8e62f3b658cc85bf0a42dec1326c5e87e848485c.diff

LOG: TargetInstrInfo.h - remove unnecessary includes. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/TargetInstrInfo.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/TargetInstrInfo.h b/llvm/include/llvm/CodeGen/TargetInstrInfo.h
index 30ab1039bef0..8c6d84521594 100644
--- a/llvm/include/llvm/CodeGen/TargetInstrInfo.h
+++ b/llvm/include/llvm/CodeGen/TargetInstrInfo.h
@@ -17,7 +17,6 @@
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/DenseMapInfo.h"
 #include "llvm/ADT/None.h"
-#include "llvm/CodeGen/LiveRegUnits.h"
 #include "llvm/CodeGen/MIRFormatter.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineCombinerPattern.h"
@@ -26,7 +25,6 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineOperand.h"
 #include "llvm/CodeGen/MachineOutliner.h"
-#include "llvm/CodeGen/PseudoSourceValue.h"
 #include "llvm/CodeGen/VirtRegMap.h"
 #include "llvm/MC/MCInstrInfo.h"
 #include "llvm/Support/BranchProbability.h"


        


More information about the llvm-commits mailing list