[WinEH] Add cleanupendpad instruction
[oota-llvm.git] / lib / AsmParser / LLParser.h
index 8b7e9560a69f478782044102b6b97ea948400cc5..e161f95248ce7a6cb65a387846672dd242c8662d 100644 (file)
@@ -475,6 +475,7 @@ namespace llvm {
     bool ParseTerminatePad(Instruction *&Inst, PerFunctionState &PFS);
     bool ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS);
     bool ParseCatchEndPad(Instruction *&Inst, PerFunctionState &PFS);
+    bool ParseCleanupEndPad(Instruction *&Inst, PerFunctionState &PFS);
 
     bool ParseArithmetic(Instruction *&I, PerFunctionState &PFS, unsigned Opc,
                          unsigned OperandType);