mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-05 09:24:28 +00:00
Fix grammaros in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53884 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -3638,7 +3638,7 @@ UpdateNodeOperands(SDOperand InN, SDOperand Op) {
|
|||||||
if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos))
|
if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos))
|
||||||
return SDOperand(Existing, InN.ResNo);
|
return SDOperand(Existing, InN.ResNo);
|
||||||
|
|
||||||
// Nope it doesn't. Remove the node from it's current place in the maps.
|
// Nope it doesn't. Remove the node from its current place in the maps.
|
||||||
if (InsertPos)
|
if (InsertPos)
|
||||||
RemoveNodeFromCSEMaps(N);
|
RemoveNodeFromCSEMaps(N);
|
||||||
|
|
||||||
@ -3667,7 +3667,7 @@ UpdateNodeOperands(SDOperand InN, SDOperand Op1, SDOperand Op2) {
|
|||||||
if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos))
|
if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos))
|
||||||
return SDOperand(Existing, InN.ResNo);
|
return SDOperand(Existing, InN.ResNo);
|
||||||
|
|
||||||
// Nope it doesn't. Remove the node from it's current place in the maps.
|
// Nope it doesn't. Remove the node from its current place in the maps.
|
||||||
if (InsertPos)
|
if (InsertPos)
|
||||||
RemoveNodeFromCSEMaps(N);
|
RemoveNodeFromCSEMaps(N);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user