More dead code removal (using -Wunreachable-code)
[oota-llvm.git] / lib / Target / PTX / InstPrinter / PTXInstPrinter.cpp
index 5fecb852481cabfe7322bf6ddcfd0f1960ed459f..815c503efb9ecfdf5da7ae296c7ba01db78792e0 100644 (file)
@@ -215,7 +215,6 @@ void PTXInstPrinter::printRoundingMode(const MCInst *MI, unsigned OpNo,
     llvm_unreachable("Unknown rounding mode!");
   case PTXRoundingMode::RndDefault:
     llvm_unreachable("FP rounding-mode pass did not handle instruction!");
-    break;
   case PTXRoundingMode::RndNone:
     // Do not print anything.
     break;