aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwanglei <wanglei@loongson.cn>2024-03-06 10:09:17 +0800
committerwanglei <wanglei@loongson.cn>2024-03-06 10:20:30 +0800
commitf439c7137373575b5d8e7a2e7056b8dd59e62a26 (patch)
tree69b5ee02c433126e349d76bb0263a26a1520e10a
parentd32bcbf6a7f5beb63ce435c2bea737d33d5b7468 (diff)
downloadllvm-f439c7137373575b5d8e7a2e7056b8dd59e62a26.zip
llvm-f439c7137373575b5d8e7a2e7056b8dd59e62a26.tar.gz
llvm-f439c7137373575b5d8e7a2e7056b8dd59e62a26.tar.bz2
[InstrProf][NFC] Fix -Wimplicit-fallthrough warning in InstrProf.cpp after #82711
-rw-r--r--llvm/lib/ProfileData/InstrProf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/InstrProf.cpp b/llvm/lib/ProfileData/InstrProf.cpp
index b9afee4..8cf97fc 100644
--- a/llvm/lib/ProfileData/InstrProf.cpp
+++ b/llvm/lib/ProfileData/InstrProf.cpp
@@ -1571,7 +1571,6 @@ size_t Header::size() const {
case 12ull:
return offsetOf(&Header::VTableNamesOffset) +
sizeof(Header::VTableNamesOffset);
- [[fallthrough]];
case 11ull:
[[fallthrough]];
case 10ull: