Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
[oota-llvm.git] / tools / llvm-bcanalyzer / llvm-bcanalyzer.cpp
index a7e27e3e08aa9cbb73b64055d4dd3c12dc6eaa73..1cd23679edd3fafea7ad0c1180334cca864934e8 100644 (file)
@@ -172,7 +172,6 @@ static const char *GetCodeName(unsigned CodeID, unsigned BlockID) {
     switch (CodeID) {
     default: return 0;
     case bitc::FUNC_CODE_DECLAREBLOCKS: return "DECLAREBLOCKS";
-    case bitc::FUNC_CODE_INST_BB_UNWINDDEST: return "UNWINDDEST";
     
     case bitc::FUNC_CODE_INST_BINOP:       return "INST_BINOP";
     case bitc::FUNC_CODE_INST_CAST:        return "INST_CAST";