summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-17 19:07:04 +0000
committerChris Lattner <sabre@nondot.org>2004-12-17 19:07:04 +0000
commit227010bb31c2c285f739c528ef886dde474a0cf2 (patch)
treef5d060d589665cc5cd9809588b327dfefcf77067 /llvm/lib
parent0575a63578e05428dcb1a6208f5ea0044781b917 (diff)
downloadbcm5719-llvm-227010bb31c2c285f739c528ef886dde474a0cf2.tar.gz
bcm5719-llvm-227010bb31c2c285f739c528ef886dde474a0cf2.zip
Remove unused #include
llvm-svn: 19021
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SparcV8/SparcV8ISelSimple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV8/SparcV8ISelSimple.cpp b/llvm/lib/Target/SparcV8/SparcV8ISelSimple.cpp
index 97519342b4f..248b0865e88 100644
--- a/llvm/lib/Target/SparcV8/SparcV8ISelSimple.cpp
+++ b/llvm/lib/Target/SparcV8/SparcV8ISelSimple.cpp
@@ -17,6 +17,7 @@
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Constants.h"
+#include "llvm/DerivedTypes.h"
#include "llvm/CodeGen/IntrinsicLowering.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
@@ -24,7 +25,6 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/SSARegMap.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Support/CFG.h"
using namespace llvm;
OpenPOWER on IntegriCloud