Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAG.cpp
index 6319d1eecbf22059a0fe51fda0184101c3425c9f..38bf68b8539f392bee61a2239047db7d6cb3e4b5 100644 (file)
@@ -5627,6 +5627,8 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
   case ISD::LSDAADDR: return "LSDAADDR";
   case ISD::EHSELECTION: return "EHSELECTION";
   case ISD::EH_RETURN: return "EH_RETURN";
+  case ISD::EH_SJLJ_SETJMP: return "EH_SJLJ_SETJMP";
+  case ISD::EH_SJLJ_LONGJMP: return "EH_SJLJ_LONGJMP";
   case ISD::ConstantPool:  return "ConstantPool";
   case ISD::ExternalSymbol: return "ExternalSymbol";
   case ISD::BlockAddress:  return "BlockAddress";