mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 06:27:56 +00:00
Typo: nomed struct -> named struct
llvm-svn: 284635
This commit is contained in:
parent
dcf108e176
commit
51b63008cc
@ -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…
x
Reference in New Issue
Block a user