Print new node.

llvm-svn: 19526
This commit is contained in:
Chris Lattner 2005-01-13 17:59:10 +00:00
parent f510866785
commit 4b1be0dfeb
1 changed files with 1 additions and 0 deletions

View 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";