projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac61568
)
Removed fallthrough annotation which does not directly precede switch label.
author
Galina Kistanova
<gkistanova@gmail.com>
Tue, 23 May 2017 16:56:10 +0000
(16:56 +0000)
committer
Galina Kistanova
<gkistanova@gmail.com>
Tue, 23 May 2017 16:56:10 +0000
(16:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303653
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Basic/Targets.cpp
patch
|
blob
|
history
diff --git
a/lib/Basic/Targets.cpp
b/lib/Basic/Targets.cpp
index 23244f4fa29e3a4a385d980db5ac77c56dfd9422..a1570e7d94dbd1c48b6acff54f255339a45bf6e8 100644
(file)
--- a/
lib/Basic/Targets.cpp
+++ b/
lib/Basic/Targets.cpp
@@
-3507,7
+3507,6
@@
void X86TargetInfo::setSSELevel(llvm::StringMap<bool> &Features,
Features["avx512pf"] = Features["avx512dq"] = Features["avx512bw"] =
Features["avx512vl"] = Features["avx512vbmi"] =
Features["avx512ifma"] = false;
- LLVM_FALLTHROUGH;
}
}
@@
-3574,7
+3573,6
@@
void X86TargetInfo::setXOPLevel(llvm::StringMap<bool> &Features, XOPEnum Level,
LLVM_FALLTHROUGH;
case XOP:
Features["xop"] = false;
- LLVM_FALLTHROUGH;
}
}