forked from OSchip/llvm-project
parent
48b5a33826
commit
027d726f10
|
@ -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