mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
Print new operations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7041ee35ad
commit
4c633e82f6
@ -891,6 +891,9 @@ const char *SDNode::getOperationName() const {
|
||||
case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
|
||||
case ISD::EXTRACT_ELEMENT: return "extract_element";
|
||||
case ISD::BUILD_PAIR: return "build_pair";
|
||||
case ISD::MEMSET: return "memset";
|
||||
case ISD::MEMCPY: return "memcpy";
|
||||
case ISD::MEMMOVE: return "memmove";
|
||||
|
||||
case ISD::SETCC:
|
||||
const SetCCSDNode *SetCC = cast<SetCCSDNode>(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user