From 54d256ca56463f7d6f6abcfd586e8980aae0ac2e Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 18 May 2017 20:18:24 +0000 Subject: [PATCH] Revert r303375 "LLVM_FALLTHROUGH instead of fall-through comment." This reverts commit r303375 since it didn't compile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303377 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Demangle/ItaniumDemangle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Demangle/ItaniumDemangle.cpp b/lib/Demangle/ItaniumDemangle.cpp index 213a46b65e3..f454ae61d96 100644 --- a/lib/Demangle/ItaniumDemangle.cpp +++ b/lib/Demangle/ItaniumDemangle.cpp @@ -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