mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix the build. Patch from Holger Schurig.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2365f51ed0
commit
6d4b711e7f
@ -696,7 +696,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
|
||||
}
|
||||
}
|
||||
break;
|
||||
case ISD::EH_RETURN:
|
||||
case ISD::EH_RETURN: {
|
||||
MVT::ValueType VT = Node->getValueType(0);
|
||||
// The only "good" option for this node is to custom lower it.
|
||||
switch (TLI.getOperationAction(Node->getOpcode(), VT)) {
|
||||
@ -710,6 +710,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
|
||||
Result = LegalizeOp(Node->getOperand(0));
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case ISD::AssertSext:
|
||||
case ISD::AssertZext:
|
||||
|
Loading…
x
Reference in New Issue
Block a user