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 | e98dd5fcac8f2c11c90bc8edb14d939a653a8874 (patch) | |
| tree | 7497240567b41b4481a2d308bab7664a4c19d075 /llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp | |
| parent | f0f2da260f40cf3717b7fe162808472a8846ca36 (diff) | |
| download | bcm5719-llvm-e98dd5fcac8f2c11c90bc8edb14d939a653a8874.tar.gz bcm5719-llvm-e98dd5fcac8f2c11c90bc8edb14d939a653a8874.zip | |
*** empty log message ***
llvm-svn: 3056
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp index 8a1c9a53484..6277576c23b 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp +++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp @@ -270,7 +270,7 @@ SchedPriorities::instructionHasLastUse(FunctionLiveVarInfo &LVI, const SchedGraphNode* graphNode) { const MachineInstr *MI = graphNode->getMachineInstr(); - std::hash_map<const MachineInstr*, bool>::const_iterator + hash_map<const MachineInstr*, bool>::const_iterator ui = lastUseMap.find(MI); if (ui != lastUseMap.end()) return ui->second; |

