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) {
283
283
return ParseDescriptorTable ();
284
284
default :
285
285
llvm_unreachable (" Switch for an expected token was not provided" );
286
- return true ;
287
286
}
287
+ return true ;
288
288
}
289
289
290
290
bool RootSignatureParser::ParseDescriptorTable () {
@@ -349,7 +349,6 @@ bool RootSignatureParser::ParseDescriptorTableClause() {
349
349
break ;
350
350
default :
351
351
llvm_unreachable (" Switch for an expected token was not provided" );
352
- return true ;
353
352
}
354
353
Clause.SetDefaultFlags ();
355
354
@@ -474,7 +473,6 @@ bool RootSignatureParser::ParseRegister(Register *Register) {
474
473
break ;
475
474
default :
476
475
llvm_unreachable (" Switch for an expected token was not provided" );
477
- return true ;
478
476
}
479
477
480
478
Register->Number = CurTok->NumLiteral .getInt ().getExtValue ();
You can’t perform that action at this time.
0 commit comments