aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
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
commit824398ec6dc5f5b120565ac338bb224656c5e17c (patch)
tree72276bc5f1bd868649cda33493b742f6aba2d9b7 /llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
parent981e5850217a2272b5e0dcb295588232b2565418 (diff)
downloadllvm-824398ec6dc5f5b120565ac338bb224656c5e17c.zip
llvm-824398ec6dc5f5b120565ac338bb224656c5e17c.tar.gz
llvm-824398ec6dc5f5b120565ac338bb224656c5e17c.tar.bz2
Remove #include
llvm-svn: 7342
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h')
-rw-r--r--llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
index 0d6f1ad..2abd448 100644
--- a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
+++ b/llvm/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"