mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Deparameterize PATypeHolder
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2099 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e10c7c278
commit
744088c5e0
@ -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…
x
Reference in New Issue
Block a user