diff options
Diffstat (limited to 'llvm/lib/CodeGen')
-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 9fc3c64..0ae5b34 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; //---------------------------------------------------------------------------- |