Revert r155365, r155366, and r155367. All three of these have regression
[oota-llvm.git] / lib / Target / Hexagon / HexagonMCInstLower.cpp
index 70bddcc76a59edfe826c926b240871411fc67234..fbb331bdd8bfc382f56dc6c1c412027f475eed9f 100644 (file)
@@ -49,7 +49,7 @@ void llvm::HexagonLowerToMC(const MachineInstr* MI, MCInst& MCI,
     switch (MO.getType()) {
     default:
       MI->dump();
-      llvm_unreachable("unknown operand type");
+      assert(0 && "unknown operand type");
     case MachineOperand::MO_Register:
       // Ignore all implicit register operands.
       if (MO.isImplicit()) continue;