MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode().
[oota-llvm.git] / lib / Target / X86 / X86AsmBackend.cpp
index 6abba5a623c569b2077dd2c9a58a35c992c78982..bddcad04b61ea36db0567d7258008ccd5c322c68 100644 (file)
@@ -76,6 +76,7 @@ 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;