projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e10c7c
)
Deparameterize PATypeHolder
author
Chris Lattner
<sabre@nondot.org>
Thu, 4 Apr 2002 19:20:18 +0000
(19:20 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 4 Apr 2002 19:20:18 +0000
(19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2099
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/MutateStructTypes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/MutateStructTypes.h
b/include/llvm/Transforms/MutateStructTypes.h
index 4ed74402eca59f519f9c34f4f3adee59cdafb68a..947606d1f5b943c03cca3caf836a389d8fb17a06 100644
(file)
--- 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;