aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ModuloScheduling
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-26 23:01:04 +0000
committerChris Lattner <sabre@nondot.org>2003-07-26 23:01:04 +0000
commit1d598fa25adc3f821f87f544d8ba20036879aed4 (patch)
tree879d428065316fafd05e8209867761b4ce7f6972 /lib/CodeGen/ModuloScheduling
parentbae47e5691fbdbbb1560542bd355f3e3ba282fb6 (diff)
Remove #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ModuloScheduling')
-rw-r--r--lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
index 0d6f1ad3ac..2abd448fcd 100644
--- a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
+++ b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
@@ -11,7 +11,6 @@
#include "llvm/Instruction.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
-#include "Support/HashExtras.h"
#include "Support/GraphTraits.h"
#include "Support/hash_map"
#include "../InstrSched/SchedGraphCommon.h"