have the mc lowering process handle a few tail call forms, lowering them to
[oota-llvm.git] / lib / Target / X86 / X86AsmBackend.cpp
index 8afaac1aa5ca4f69be4ba5b4ff149addd8fd293b..2cf65c11f94aad756b5b28f562d8eb4bbae7575f 100644 (file)
@@ -77,7 +77,6 @@ static unsigned getRelaxedOpcode(unsigned Op) {
   case X86::JG_1:  return X86::JG_4;
   case X86::JLE_1: return X86::JLE_4;
   case X86::JL_1:  return X86::JL_4;
-  case X86::TAILJMP_1:
   case X86::JMP_1: return X86::JMP_4;
   case X86::JNE_1: return X86::JNE_4;
   case X86::JNO_1: return X86::JNO_4;