aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-26 23:00:29 +0000
committerChris Lattner <sabre@nondot.org>2003-07-26 23:00:29 +0000
commitbae47e5691fbdbbb1560542bd355f3e3ba282fb6 (patch)
tree90e8c36c0fccdb3d626660804640a27206a57cac /lib
parent1f2bbaa9cb1435995faa446bf1be6435172648d8 (diff)
downloadexternal_llvm-bae47e5691fbdbbb1560542bd355f3e3ba282fb6.tar.gz
external_llvm-bae47e5691fbdbbb1560542bd355f3e3ba282fb6.tar.bz2
external_llvm-bae47e5691fbdbbb1560542bd355f3e3ba282fb6.zip
Remove extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraph.h1
-rw-r--r--lib/CodeGen/RegAlloc/LiveRangeInfo.h2
-rw-r--r--lib/Target/SparcV9/InstrSched/SchedGraph.h1
-rw-r--r--lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h2
4 files changed, 2 insertions, 4 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h
index 11edf0d879..a1e85c5acb 100644
--- a/lib/CodeGen/InstrSched/SchedGraph.h
+++ b/lib/CodeGen/InstrSched/SchedGraph.h
@@ -15,7 +15,6 @@
#define LLVM_CODEGEN_SCHEDGRAPH_H
#include "llvm/CodeGen/MachineInstr.h"
-#include "Support/HashExtras.h"
#include "Support/GraphTraits.h"
class Value;
diff --git a/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/lib/CodeGen/RegAlloc/LiveRangeInfo.h
index 3d9a43a9e3..0425606b1c 100644
--- a/lib/CodeGen/RegAlloc/LiveRangeInfo.h
+++ b/lib/CodeGen/RegAlloc/LiveRangeInfo.h
@@ -19,8 +19,8 @@
#ifndef LIVE_RANGE_INFO_H
#define LIVE_RANGE_INFO_H
-#include "Support/HashExtras.h"
#include "llvm/CodeGen/ValueSet.h"
+#include "Support/hash_map"
class LiveRange;
class MachineInstr;
diff --git a/lib/Target/SparcV9/InstrSched/SchedGraph.h b/lib/Target/SparcV9/InstrSched/SchedGraph.h
index 11edf0d879..a1e85c5acb 100644
--- a/lib/Target/SparcV9/InstrSched/SchedGraph.h
+++ b/lib/Target/SparcV9/InstrSched/SchedGraph.h
@@ -15,7 +15,6 @@
#define LLVM_CODEGEN_SCHEDGRAPH_H
#include "llvm/CodeGen/MachineInstr.h"
-#include "Support/HashExtras.h"
#include "Support/GraphTraits.h"
class Value;
diff --git a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
index 3d9a43a9e3..0425606b1c 100644
--- a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
+++ b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
@@ -19,8 +19,8 @@
#ifndef LIVE_RANGE_INFO_H
#define LIVE_RANGE_INFO_H
-#include "Support/HashExtras.h"
#include "llvm/CodeGen/ValueSet.h"
+#include "Support/hash_map"
class LiveRange;
class MachineInstr;