mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
add missing break. inconsequential as the code shouldn't be reached, but
for correctness' sake, it should be there. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106229 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b56ce8171e
commit
59c38f31ac
@ -2393,6 +2393,7 @@ void SelectionDAGLegalize::ExpandNode(SDNode *Node,
|
|||||||
case ISD::ATOMIC_CMP_SWAP: {
|
case ISD::ATOMIC_CMP_SWAP: {
|
||||||
assert (0 && "atomic intrinsic not lowered!");
|
assert (0 && "atomic intrinsic not lowered!");
|
||||||
Results.push_back(Node->getOperand(0));
|
Results.push_back(Node->getOperand(0));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case ISD::DYNAMIC_STACKALLOC:
|
case ISD::DYNAMIC_STACKALLOC:
|
||||||
ExpandDYNAMIC_STACKALLOC(Node, Results);
|
ExpandDYNAMIC_STACKALLOC(Node, Results);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user