summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Demangle/ItaniumDemangle.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-05-18 20:18:24 +0000
committerRui Ueyama <ruiu@google.com>2017-05-18 20:18:24 +0000
commitd66d976efd89deea86e27e79e1f375fb6bfd968a (patch)
treed6931b13f0512afbb9e0b5844db05bf9f53e1bfc /llvm/lib/Demangle/ItaniumDemangle.cpp
parent0daf2be704c1786a830dbce25f5b21973a0e87de (diff)
downloadbcm5719-llvm-d66d976efd89deea86e27e79e1f375fb6bfd968a.tar.gz
bcm5719-llvm-d66d976efd89deea86e27e79e1f375fb6bfd968a.zip
Revert r303375 "LLVM_FALLTHROUGH instead of fall-through comment."
This reverts commit r303375 since it didn't compile. llvm-svn: 303377
Diffstat (limited to 'llvm/lib/Demangle/ItaniumDemangle.cpp')
-rw-r--r--llvm/lib/Demangle/ItaniumDemangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Demangle/ItaniumDemangle.cpp b/llvm/lib/Demangle/ItaniumDemangle.cpp
index 213a46b65e3..f454ae61d96 100644
--- a/llvm/lib/Demangle/ItaniumDemangle.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud