aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/TargetParser.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-12-19 22:05:25 +0000
committerAdrian Prantl <aprantl@apple.com>2017-12-19 22:05:25 +0000
commit0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c (patch)
tree1f121135fb5c07575653076be40e123c9d247244 /llvm/lib/Support/TargetParser.cpp
parentf81727d138b3b216c4db06ab8b01d67de6580525 (diff)
downloadllvm-0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c.zip
llvm-0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c.tar.gz
llvm-0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c.tar.bz2
Silence a bunch of implicit fallthrough warnings
llvm-svn: 321114
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
-rw-r--r--llvm/lib/Support/TargetParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/TargetParser.cpp b/llvm/lib/Support/TargetParser.cpp
index c59068c..ea12d80 100644
--- a/llvm/lib/Support/TargetParser.cpp
+++ b/llvm/lib/Support/TargetParser.cpp
@@ -739,7 +739,6 @@ ARM::ProfileKind ARM::parseArchProfile(StringRef Arch) {
case ARM::ArchKind::ARMV8_2A:
case ARM::ArchKind::ARMV8_3A:
return ARM::ProfileKind::A;
- LLVM_FALLTHROUGH;
case ARM::ArchKind::ARMV2:
case ARM::ArchKind::ARMV2A:
case ARM::ArchKind::ARMV3: