mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
fix a bad typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
128b52d3d7
commit
a364fa126a
@ -1690,8 +1690,8 @@ const char *SDNode::getOperationName() const {
|
||||
case ISD::BRCONDTWOWAY: return "brcondtwoway";
|
||||
case ISD::RET: return "ret";
|
||||
case ISD::CALL: return "call";
|
||||
case ISD::CALLSEQ_START: return "callseq_end";
|
||||
case ISD::CALLSEQ_END: return "callseq_start";
|
||||
case ISD::CALLSEQ_START: return "callseq_start";
|
||||
case ISD::CALLSEQ_END: return "callseq_end";
|
||||
|
||||
// Other operators
|
||||
case ISD::LOAD: return "load";
|
||||
|
Loading…
Reference in New Issue
Block a user