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:
5a461dd
)
Fix commento.
author
Daniel Dunbar
<daniel@zuster.org>
Tue, 22 Sep 2009 10:30:34 +0000
(10:30 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Tue, 22 Sep 2009 10:30:34 +0000
(10:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82544
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Value.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Value.cpp
b/lib/VMCore/Value.cpp
index 6d9256fac525a9f2eb62663e8a4e397178c8afc0..9fce24ab11409cd656326d3d560d3fa5e3a0f5ce 100644
(file)
--- a/
lib/VMCore/Value.cpp
+++ b/
lib/VMCore/Value.cpp
@@
-548,8
+548,7
@@
void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) {
// Tracking goes to new value like a WeakVH. Note that this may make it
// something incompatible with its templated type. We don't want to have a
// virtual (or inline) interface to handle this though, so instead we make
- // the TrackingVH accessors guarantee that a client never seesl this
- // value.
+ // the TrackingVH accessors guarantee that a client never sees this value.
// FALLTHROUGH
case Weak: