From 4b1be0dfeb1d6d1eb452876369b5d27476447c46 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 13 Jan 2005 17:59:10 +0000 Subject: Print new node. llvm-svn: 19526 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 2b5604fec2a..2f5fdc37cd6 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -870,6 +870,7 @@ const char *SDNode::getOperationName() const { switch (getOpcode()) { default: return "<>"; 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"; -- cgit v1.2.3