diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-26 23:01:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-26 23:01:04 +0000 |
commit | 824398ec6dc5f5b120565ac338bb224656c5e17c (patch) | |
tree | 72276bc5f1bd868649cda33493b742f6aba2d9b7 /llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | |
parent | 981e5850217a2272b5e0dcb295588232b2565418 (diff) | |
download | bcm5719-llvm-824398ec6dc5f5b120565ac338bb224656c5e17c.tar.gz bcm5719-llvm-824398ec6dc5f5b120565ac338bb224656c5e17c.zip |
Remove #include
llvm-svn: 7342
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h index 0d6f1ad3ac0..2abd448fcdc 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" |