Revert r303375 "LLVM_FALLTHROUGH instead of fall-through comment."
authorRui Ueyama <ruiu@google.com>
Thu, 18 May 2017 20:18:24 +0000 (20:18 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 18 May 2017 20:18:24 +0000 (20:18 +0000)
This reverts commit r303375 since it didn't compile.

llvm-svn: 303377

llvm/lib/Demangle/ItaniumDemangle.cpp

index 213a46b..f454ae6 100644 (file)
@@ -1947,7 +1947,7 @@ static const char *parse_type(const char *first, const char *last, C &db) {
               break;
             }
           }
-          LLVM_FALLTHROUGH;
+        // falls through
         default:
           // must check for builtin-types before class-enum-types to avoid
           // ambiguities with operator-names