forked from OSchip/llvm-project
parent
22646a80f4
commit
2d55d67c62
|
@ -281,7 +281,7 @@ Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) {
|
|||
}
|
||||
|
||||
// If all of the element types mapped directly over and the type is not
|
||||
// a nomed struct, then the type is usable as-is.
|
||||
// a named struct, then the type is usable as-is.
|
||||
if (!AnyChange && IsUniqued)
|
||||
return *Entry = Ty;
|
||||
|
||||
|
|
Loading…
Reference in New Issue