<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Oct 19, 2010, at 4:36 AM, hamed hamzehi wrote:</div><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0" style="position: static; z-index: auto; "><tbody><tr><td valign="top" style="font: inherit;">I want to use some code written for program dependence graph iteration, but this code uses hash_map (#include "llvm/ADT/hash_map") which i think remove from llvm, does anyone know how can i use hsah_map or simply replace that?<br></td></tr></tbody></table></blockquote></div><div><br></div><div>I think we consider it replaced by DenseMap (#include "llvm/ADT/DenseMap.h").</div><div><br></div><div>John.</div></body></html>