mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 10:56:01 +00:00
Indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79ada108dd
commit
79d99b8b14
@ -176,9 +176,9 @@ SDOperand SelectRoot(SDOperand Root) {
|
|||||||
// If after the replacement this node is not used any more,
|
// If after the replacement this node is not used any more,
|
||||||
// remove this dead node.
|
// remove this dead node.
|
||||||
if (Node->use_empty()) { // Don't delete EntryToken, etc.
|
if (Node->use_empty()) { // Don't delete EntryToken, etc.
|
||||||
ISelQueueUpdater ISQU(ISelQueue);
|
ISelQueueUpdater ISQU(ISelQueue);
|
||||||
CurDAG->RemoveDeadNode(Node, &ISQU);
|
CurDAG->RemoveDeadNode(Node, &ISQU);
|
||||||
UpdateQueue(ISQU);
|
UpdateQueue(ISQU);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user