Replace std::map<K, V*> with std::map<K, V> to handle ownership and deletion of the...
[oota-llvm.git] / tools / opt / PassPrinters.h
2014-02-10 Eli BenderskyMove the *PassPrinter into their own module.