Remove unnecessary #includes.
authorBill Wendling <isanbard@gmail.com>
Mon, 6 Jan 2014 06:00:00 +0000 (06:00 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 6 Jan 2014 06:00:00 +0000 (06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198585 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp

index c8bd5923711d0bcb93648107ad9e8a6b3ff2c01d..f0870fbcf39501bbb736fbc8958389d2dfd10d70 100644 (file)
@@ -26,7 +26,6 @@
 #include "llvm/CodeGen/MachineRegisterInfo.h"
 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
 #include "llvm/IR/CallingConv.h"
-#include "llvm/IR/LLVMContext.h"
 
 using namespace llvm;
 
index 841b2ab2fdf4c689bd5fa9fd7afe0dfdc52155cc..527bc399980a695d44536bd61313369d0ff31a84 100644 (file)
@@ -41,7 +41,6 @@
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Intrinsics.h"
-#include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Type.h"
 #include "llvm/MC/MCSectionMachO.h"
 #include "llvm/Support/CommandLine.h"
index 1d82285317eebf8fab700658dab51a1b9f6fb661..92b794d36c7eb2c314f4690466311972b8c48bc4 100644 (file)
@@ -32,7 +32,6 @@
 #include "llvm/IR/GlobalVariable.h"
 #include "llvm/IR/InlineAsm.h"
 #include "llvm/IR/Intrinsics.h"
-#include "llvm/IR/LLVMContext.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
index 3a9d2698aa4e021ef75e24766e52632f0e3dd23a..be8e5d86a04ee2228d48b06707f33989bcb0fb9d 100644 (file)
@@ -32,7 +32,6 @@
 #include "llvm/IR/GlobalAlias.h"
 #include "llvm/IR/GlobalVariable.h"
 #include "llvm/IR/Intrinsics.h"
-#include "llvm/IR/LLVMContext.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
index 40d385e46b251e0d92a0f0849488c8c58698fc24..abb28f78a16780ee859e4f22d7d8f0a924e25068 100644 (file)
@@ -31,7 +31,6 @@
 #include "llvm/IR/CallingConv.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/GlobalVariable.h"
-#include "llvm/IR/LLVMContext.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
index 2e87681ab919c09bd947c0e1cfbf7828f6d81c0e..aeeb2c4b65d12ad9e184ff2678dc1f0bd2f3ead4 100644 (file)
@@ -30,7 +30,6 @@
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Intrinsics.h"
-#include "llvm/IR/LLVMContext.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MathExtras.h"
index 9c83787395ad74383176b211603c903d74588707..09c4b8bd2204edcf515aa857ca98078a3eea0f17 100644 (file)
@@ -26,7 +26,6 @@
 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/Function.h"
-#include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Support/ErrorHandling.h"
 using namespace llvm;
index 38d7cb678d6349fcc6af114ca2cfb3ed0658a71e..01e60a4717e1503998b6b499e2a2759d726b321f 100644 (file)
@@ -39,7 +39,6 @@
 #include "llvm/IR/GlobalVariable.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Intrinsics.h"
-#include "llvm/IR/LLVMContext.h"
 #include "llvm/MC/MCAsmInfo.h"
 #include "llvm/MC/MCContext.h"
 #include "llvm/MC/MCExpr.h"