Various crash reporting tools have a problem with the dwarf generated for
[oota-llvm.git] / lib / VMCore / Verifier.cpp
index 003de442d61af2ef5ffdaaba044f711d72b3081e..ad971aa4b49364b799efc6f313546cdf40311b02 100644 (file)
@@ -225,7 +225,6 @@ namespace {
       if (!Broken) return false;
       MessagesStr << "Broken module found, ";
       switch (action) {
-      default: llvm_unreachable("Unknown action");
       case AbortProcessAction:
         MessagesStr << "compilation aborted!\n";
         dbgs() << MessagesStr.str();