Comment typeo fix, thanks Duncan!

llvm-svn: 60429
This commit is contained in:
Chris Lattner 2008-12-02 18:33:11 +00:00
parent 48b5a33826
commit 027d726f10
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.