mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +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();
|
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
|
/// 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
|
/// ourself. This is useful if you want to know the value something has in a
|
||||||
/// predecessor block.
|
/// predecessor block.
|
||||||
|
@ -358,7 +358,7 @@ Value *Value::getUnderlyingObject() {
|
|||||||
return this;
|
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
|
/// 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
|
/// ourself. This is useful if you want to know the value something has in a
|
||||||
/// predecessor block.
|
/// predecessor block.
|
||||||
|
Loading…
Reference in New Issue
Block a user