Identify the INTRINSIC node
authorChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 01:04:30 +0000 (01:04 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 01:04:30 +0000 (01:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27020 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index ad6605763ef9a152948f9f87c988c41b748b0a0e..13a262508e0fe523e0c79ebb7dce065d82f3d91a 100644 (file)
@@ -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";