mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 01:15:36 +00:00
Typo: nomed struct -> named struct
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284635 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3fd59c99d0
commit
d673d6f04b
@ -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