[WinEH] Make funclet return instrs pseudo instrs
[oota-llvm.git] / lib / Target / X86 / X86MCInstLower.cpp
index 88a6d00f4ccb75c26f6101f5abad60a198db898f..c61dc125ebc89b91eb4ce04baa5d71320d114baa 100644 (file)
@@ -531,13 +531,6 @@ ReSimplify:
     break;
   }
 
     break;
   }
 
-  case X86::CATCHRET:
-  case X86::CATCHRET64: {
-    OutMI = MCInst();
-    OutMI.setOpcode(getRetOpcode(AsmPrinter.getSubtarget()));
-    break;
-  }
-
   // TAILJMPd, TAILJMPd64 - Lower to the correct jump instructions.
   case X86::TAILJMPr:
   case X86::TAILJMPd:
   // TAILJMPd, TAILJMPd64 - Lower to the correct jump instructions.
   case X86::TAILJMPr:
   case X86::TAILJMPd: