[WinEH] Don't emit CATCHRET from visitCatchPad
[oota-llvm.git] / include / llvm / CodeGen / ISDOpcodes.h
index c28802c34b2fd89a6e7eed4b484b5e135693b5cd..4ca73914b7283112d1fbc8f7517b441a5c44fbc9 100644 (file)
@@ -591,6 +591,9 @@ namespace ISD {
     /// take a chain as input and return a chain.
     EH_LABEL,
 
+    /// CATCHPAD - Represents a catchpad instruction.
+    CATCHPAD,
+
     /// CATCHRET - Represents a return from a catch block funclet. Used for
     /// MSVC compatible exception handling. Takes a chain operand and a
     /// destination basic block operand.