mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
Fix commento.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a461dd513
commit
460a786b34
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user