*** empty log message ***
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9InstrSelection.cpp
index ea1ddea881f8001dc00079789298651233ee7a21..8783a1e86e5954d66c44f4cae534fd06cfb28c62 100644 (file)
@@ -148,7 +148,7 @@ ChooseBFpccInstruction(const InstructionNode* instrNode,
 static TmpInstruction*
 GetTmpForCC(Value* boolVal, const Function *F, const Type* ccType)
 {
-  typedef std::hash_map<const Value*, TmpInstruction*> BoolTmpCache;
+  typedef hash_map<const Value*, TmpInstruction*> BoolTmpCache;
   static BoolTmpCache boolToTmpCache;     // Map boolVal -> TmpInstruction*
   static const Function *lastFunction = 0;// Use to flush cache between funcs