mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-13 10:36:07 +00:00
Comment typeo fix, thanks Duncan!
llvm-svn: 60429
This commit is contained in:
parent
14310949e3
commit
2f766df51f
@ -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…
x
Reference in New Issue
Block a user