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:
Chris Lattner 2008-12-02 18:33:11 +00:00
parent b0a5cdd451
commit 01c8e0233d
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.