Skip to content

Commit 7f37d9a

Browse files
committed
Fix MSVC "not all control paths return a value" warning. NFCI.
llvm-svn: 371454
1 parent ac3dce5 commit 7f37d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Remarks/BitstreamRemarkParser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ Error BitstreamRemarkParser::parseMeta() {
353353
case BitstreamRemarkContainerType::SeparateRemarksMeta:
354354
return processSeparateRemarksMetaMeta(MetaHelper);
355355
}
356+
llvm_unreachable("Unknown BitstreamRemarkContainerType enum");
356357
}
357358

358359
Error BitstreamRemarkParser::processCommonMeta(

0 commit comments

Comments
 (0)