mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
Fix a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23031 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3984,6 +3984,7 @@ static SDOperand GetAdjustedArgumentStores(SDOperand Chain, int Offset,
|
|||||||
SelectionDAG &DAG) {
|
SelectionDAG &DAG) {
|
||||||
MVT::ValueType StoreVT;
|
MVT::ValueType StoreVT;
|
||||||
switch (Chain.getOpcode()) {
|
switch (Chain.getOpcode()) {
|
||||||
|
default: assert(0 && "Unexpected node!");
|
||||||
case ISD::CALLSEQ_START:
|
case ISD::CALLSEQ_START:
|
||||||
// If we found the start of the call sequence, we're done. We actually
|
// If we found the start of the call sequence, we're done. We actually
|
||||||
// strip off the CALLSEQ_START node, to avoid generating the
|
// strip off the CALLSEQ_START node, to avoid generating the
|
||||||
|
Reference in New Issue
Block a user