projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22646a8
)
Typo: nomed struct -> named struct
author
Hans Wennborg
<hans@hanshq.net>
Wed, 19 Oct 2016 20:10:03 +0000
(20:10 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Wed, 19 Oct 2016 20:10:03 +0000
(20:10 +0000)
llvm-svn: 284635
llvm/lib/Linker/IRMover.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Linker/IRMover.cpp
b/llvm/lib/Linker/IRMover.cpp
index
3a16050
..
ad57134
100644
(file)
--- a/
llvm/lib/Linker/IRMover.cpp
+++ b/
llvm/lib/Linker/IRMover.cpp
@@
-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 n
o
med struct, then the type is usable as-is.
+ // a n
a
med struct, then the type is usable as-is.
if (!AnyChange && IsUniqued)
return *Entry = Ty;