mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Comment typeo fix, thanks Duncan!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b0a5cdd451
commit
01c8e0233d
@ -243,7 +243,7 @@ public:
|
||||
return const_cast<Value*>(this)->getUnderlyingObject();
|
||||
}
|
||||
|
||||
/// DoPHITranslation - If this value is a PHI node with CurBB as a its parent,
|
||||
/// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
|
||||
/// return the value in the PHI node corresponding to PredBB. If not, return
|
||||
/// ourself. This is useful if you want to know the value something has in a
|
||||
/// predecessor block.
|
||||
|
@ -358,7 +358,7 @@ Value *Value::getUnderlyingObject() {
|
||||
return this;
|
||||
}
|
||||
|
||||
/// DoPHITranslation - If this value is a PHI node with CurBB as a its parent,
|
||||
/// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
|
||||
/// return the value in the PHI node corresponding to PredBB. If not, return
|
||||
/// ourself. This is useful if you want to know the value something has in a
|
||||
/// predecessor block.
|
||||
|
Loading…
Reference in New Issue
Block a user