Print new node.
authorChris Lattner <sabre@nondot.org>
Thu, 13 Jan 2005 17:59:10 +0000 (17:59 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Jan 2005 17:59:10 +0000 (17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19526 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index 2b5604fec2ac1855a9d3a4bafdf5afce55697d70..2f5fdc37cd69cec9cfce32065a9f817394301250 100644 (file)
@@ -870,6 +870,7 @@ const char *SDNode::getOperationName() const {
   switch (getOpcode()) {
   default: return "<<Unknown>>";
   case ISD::EntryToken:    return "EntryToken";
+  case ISD::TokenFactor:   return "TokenFactor";
   case ISD::Constant:      return "Constant";
   case ISD::ConstantFP:    return "ConstantFP";
   case ISD::GlobalAddress: return "GlobalAddress";