Skip to content

Commit f439c71

Browse files
committed
[InstrProf][NFC] Fix -Wimplicit-fallthrough warning in InstrProf.cpp after #82711
1 parent d32bcbf commit f439c71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/ProfileData/InstrProf.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,6 @@ size_t Header::size() const {
15711571
case 12ull:
15721572
return offsetOf(&Header::VTableNamesOffset) +
15731573
sizeof(Header::VTableNamesOffset);
1574-
[[fallthrough]];
15751574
case 11ull:
15761575
[[fallthrough]];
15771576
case 10ull:

0 commit comments

Comments
 (0)