diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-24 21:21:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-24 21:21:32 +0000 |
commit | 09ff1126dab045d68be7d9e8ae7ad0601002a718 (patch) | |
tree | e4fb571d35f390670aed304ba303b5d2a55593d2 /lib/CodeGen/InstrSched/SchedGraph.cpp | |
parent | 417d31c202bf42c1f9db1afa1d2e6730c6fbd566 (diff) |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.cpp')
-rw-r--r-- | lib/CodeGen/InstrSched/SchedGraph.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.cpp b/lib/CodeGen/InstrSched/SchedGraph.cpp index 96962ced14..8a9c8e573b 100644 --- a/lib/CodeGen/InstrSched/SchedGraph.cpp +++ b/lib/CodeGen/InstrSched/SchedGraph.cpp @@ -27,7 +27,6 @@ using std::vector; using std::pair; -using std::hash_map; using std::cerr; //*********************** Internal Data Structures *************************/ |