From f439c7137373575b5d8e7a2e7056b8dd59e62a26 Mon Sep 17 00:00:00 2001 From: wanglei Date: Wed, 6 Mar 2024 10:09:17 +0800 Subject: [InstrProf][NFC] Fix -Wimplicit-fallthrough warning in InstrProf.cpp after #82711 --- llvm/lib/ProfileData/InstrProf.cpp | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.1