mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Remove an unneeded test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48755 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -770,7 +770,7 @@ SDOperand DAGCombiner::combine(SDNode *N) {
|
|||||||
SDOperand Ops[] = { N1, N0 };
|
SDOperand Ops[] = { N1, N0 };
|
||||||
SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(),
|
SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(),
|
||||||
Ops, 2);
|
Ops, 2);
|
||||||
if (CSENode && CSENode->use_size() <= N->use_size())
|
if (CSENode)
|
||||||
return SDOperand(CSENode, 0);
|
return SDOperand(CSENode, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user