More dead code removal (using -Wunreachable-code)
[oota-llvm.git] / lib / Target / Hexagon / HexagonAsmPrinter.cpp
index 8f8e80402431eb98d8dd3d1bb26b6cbac2532160..e2f7992e7268e8c8794a421c320cd5e08dad1228 100644 (file)
@@ -223,7 +223,6 @@ void HexagonAsmPrinter::printOp(const MachineOperand &MO, raw_ostream &O) {
   case MachineOperand::MO_Immediate:
     dbgs() << "printOp() does not handle immediate values\n";
     abort();
-    return;
 
   case MachineOperand::MO_MachineBasicBlock:
     O << *MO.getMBB()->getSymbol();