X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTarget%2FX86%2FX86MCInstLower.cpp;h=c61dc125ebc89b91eb4ce04baa5d71320d114baa;hp=88a6d00f4ccb75c26f6101f5abad60a198db898f;hb=f946dd04123e27edfcd15dcf0d9de68dcb79be42;hpb=9ac4d865671263781325ceeebb5716e4d4b60aea diff --git a/lib/Target/X86/X86MCInstLower.cpp b/lib/Target/X86/X86MCInstLower.cpp index 88a6d00f4cc..c61dc125ebc 100644 --- a/lib/Target/X86/X86MCInstLower.cpp +++ b/lib/Target/X86/X86MCInstLower.cpp @@ -531,13 +531,6 @@ ReSimplify: 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: