File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -283,8 +283,8 @@ bool RootSignatureParser::ParseRootElement(bool First) {
283283 return ParseDescriptorTable ();
284284 default :
285285 llvm_unreachable (" Switch for an expected token was not provided" );
286- return true ;
287286 }
287+ return true ;
288288}
289289
290290bool RootSignatureParser::ParseDescriptorTable () {
@@ -349,7 +349,6 @@ bool RootSignatureParser::ParseDescriptorTableClause() {
349349 break ;
350350 default :
351351 llvm_unreachable (" Switch for an expected token was not provided" );
352- return true ;
353352 }
354353 Clause.SetDefaultFlags ();
355354
@@ -474,7 +473,6 @@ bool RootSignatureParser::ParseRegister(Register *Register) {
474473 break ;
475474 default :
476475 llvm_unreachable (" Switch for an expected token was not provided" );
477- return true ;
478476 }
479477
480478 Register->Number = CurTok->NumLiteral .getInt ().getExtValue ();
You can’t perform that action at this time.
0 commit comments