Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use
[oota-llvm.git] / include / llvm / ADT / ValueMap.h
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...