diff options
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 92c84d85e84..23a66f55629 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -2679,6 +2679,8 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {    case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE";    case ISD::RETURNADDR: return "RETURNADDR";    case ISD::FRAMEADDR: return "FRAMEADDR"; +  case ISD::EXCEPTIONADDR: return "EXCEPTIONADDR"; +  case ISD::EHSELECTION: return "EHSELECTION";    case ISD::ConstantPool:  return "ConstantPool";    case ISD::ExternalSymbol: return "ExternalSymbol";    case ISD::INTRINSIC_WO_CHAIN: { | 

