mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 22:45:05 +00:00
SystemZ: Remove implicit ilist iterator conversion, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250790 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1a3f2d293
commit
e8e219bb51
@ -585,7 +585,7 @@ bool SystemZDAGToDAGISel::selectAddress(SDValue Addr,
|
||||
static void insertDAGNode(SelectionDAG *DAG, SDNode *Pos, SDValue N) {
|
||||
if (N.getNode()->getNodeId() == -1 ||
|
||||
N.getNode()->getNodeId() > Pos->getNodeId()) {
|
||||
DAG->RepositionNode(Pos, N.getNode());
|
||||
DAG->RepositionNode(Pos->getIterator(), N.getNode());
|
||||
N.getNode()->setNodeId(Pos->getNodeId());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user