diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-07-24 21:21:33 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-07-24 21:21:33 +0000 |
| commit | e583333ec901fefca61e159782a69cfa5fdb0bfb (patch) | |
| tree | 7242b505d5f3542b4f6ac01f9c08028e72bb277f /llvm/lib/CodeGen/RegAlloc | |
| parent | e98dd5fcac8f2c11c90bc8edb14d939a653a8874 (diff) | |
| download | bcm5719-llvm-e583333ec901fefca61e159782a69cfa5fdb0bfb.tar.gz bcm5719-llvm-e583333ec901fefca61e159782a69cfa5fdb0bfb.zip | |
Non-standard hash classes are not in the std:: namespace
llvm-svn: 3057
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h index 9fc3c64fe99..0ae5b341787 100644 --- a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h +++ b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h @@ -31,7 +31,7 @@ class Value; class Function; class Instruction; -typedef std::hash_map<const Value*, LiveRange*> LiveRangeMapType; +typedef hash_map<const Value*, LiveRange*> LiveRangeMapType; typedef std::vector<MachineInstr*> CallRetInstrListType; //---------------------------------------------------------------------------- |

