diff options
-rw-r--r-- | include/llvm/Transforms/MutateStructTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/MutateStructTypes.h b/include/llvm/Transforms/MutateStructTypes.h index 4ed74402ec..947606d1f5 100644 --- a/include/llvm/Transforms/MutateStructTypes.h +++ b/include/llvm/Transforms/MutateStructTypes.h @@ -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; |