[WinEH] Add cleanupendpad instruction
[oota-llvm.git] / lib / CodeGen / TargetLoweringBase.cpp
index d7a58f9686d4048342bc8e12ed5fc9a46c8b6847..7250fdc9385a3064aa48d2b5c240e6ea3effe445 100644 (file)
@@ -1574,6 +1574,7 @@ int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const {
   case Invoke:         return 0;
   case Resume:         return 0;
   case Unreachable:    return 0;
+  case CleanupEndPad:  return 0;
   case CleanupRet:     return 0;
   case CatchEndPad:  return 0;
   case CatchRet:       return 0;