Revert r303375 "LLVM_FALLTHROUGH instead of fall-through comment."

This reverts commit r303375 since it didn't compile.

llvm-svn: 303377
This commit is contained in:
Rui Ueyama 2017-05-18 20:18:24 +00:00
parent 0daf2be704
commit d66d976efd

View 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