mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Identify the INTRINSIC node
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72601cac60
commit
3e8f3ce8f6
@ -2615,6 +2615,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
|
||||
case ISD::FrameIndex: return "FrameIndex";
|
||||
case ISD::ConstantPool: return "ConstantPool";
|
||||
case ISD::ExternalSymbol: return "ExternalSymbol";
|
||||
case ISD::INTRINSIC: return "INTRINSIC";
|
||||
|
||||
case ISD::BUILD_VECTOR: return "BUILD_VECTOR";
|
||||
case ISD::TargetConstant: return "TargetConstant";
|
||||
|
Loading…
Reference in New Issue
Block a user