mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 16:18:37 +00:00
make sure to relegalize all cases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9797c5cc3e
commit
f9dee6a047
@ -1036,9 +1036,9 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
|
||||
Result = DAG.getNode(ISD::BRCOND, MVT::Other, Tmp1, Tmp2,
|
||||
Node->getOperand(4));
|
||||
Result = DAG.getNode(ISD::BR, MVT::Other, Result, Node->getOperand(5));
|
||||
Result = LegalizeOp(Result); // Relegalize new nodes.
|
||||
break;
|
||||
}
|
||||
Result = LegalizeOp(Result); // Relegalize new nodes.
|
||||
}
|
||||
break;
|
||||
case ISD::LOAD:
|
||||
|
Loading…
x
Reference in New Issue
Block a user