[LLVMdev] hash_map

Duncan Sands baldrick at free.fr
Tue Oct 19 05:13:05 PDT 2010


Hi Hamed,

> 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?

you can always grab a copy of hash_map from an older version of LLVM I suppose.

Ciao,

Duncan.



More information about the llvm-dev mailing list