mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Deparameterize PATypeHolder
llvm-svn: 2099
This commit is contained in:
parent
f31c01714f
commit
0901828113
@ -36,7 +36,7 @@ class MutateStructTypes : public Pass {
|
||||
std::map<const StructType*, TransformType> Transforms;
|
||||
|
||||
// Mapping of old type to new types...
|
||||
std::map<const Type *, PATypeHolder<Type> > TypeMap;
|
||||
std::map<const Type *, PATypeHolder> TypeMap;
|
||||
|
||||
// Mapping from global value of old type, to a global value of the new type...
|
||||
std::map<const GlobalValue*, GlobalValue*> GlobalMap;
|
||||
|
Loading…
Reference in New Issue
Block a user