summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/DelaySlotFiller.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-06 23:25:07 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-06 23:25:07 +0000
commitff8282604a6a872536c188e5daff9a9b37b7d105 (patch)
treee38b79ba891c426d66d4f9548834d26f63ea1335 /lib/Target/Sparc/DelaySlotFiller.cpp
parent20117102c2e10fa2c0fa74965894e28751a3df34 (diff)
downloadllvm-ff8282604a6a872536c188e5daff9a9b37b7d105.tar.gz
llvm-ff8282604a6a872536c188e5daff9a9b37b7d105.tar.bz2
llvm-ff8282604a6a872536c188e5daff9a9b37b7d105.tar.xz
Prune unnecessary #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12731 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/DelaySlotFiller.cpp')
-rw-r--r--lib/Target/Sparc/DelaySlotFiller.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/Target/Sparc/DelaySlotFiller.cpp b/lib/Target/Sparc/DelaySlotFiller.cpp
index bd1ba3f848..036b1dd658 100644
--- a/lib/Target/Sparc/DelaySlotFiller.cpp
+++ b/lib/Target/Sparc/DelaySlotFiller.cpp
@@ -12,21 +12,10 @@
//===----------------------------------------------------------------------===//
#include "SparcV8.h"
-#include "SparcV8InstrInfo.h"
-#include "llvm/Constants.h"
-#include "llvm/DerivedTypes.h"
-#include "llvm/Module.h"
-#include "llvm/Assembly/Writer.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/CodeGen/MachineConstantPool.h"
-#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/Target/TargetMachine.h"
-#include "llvm/Support/Mangler.h"
#include "Support/Statistic.h"
-#include "Support/StringExtras.h"
-#include "Support/CommandLine.h"
-#include <cctype>
+
using namespace llvm;
namespace {