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 @@ -255,8 +255,8 @@ bool RootSignatureParser::ParseRootElement(bool First) {
255
255
return ParseDescriptorTable ();
256
256
default :
257
257
llvm_unreachable (" Switch for an expected token was not provided" );
258
- return true ;
259
258
}
259
+ return true ;
260
260
}
261
261
262
262
bool RootSignatureParser::ParseDescriptorTable () {
@@ -321,7 +321,6 @@ bool RootSignatureParser::ParseDescriptorTableClause() {
321
321
break ;
322
322
default :
323
323
llvm_unreachable (" Switch for an expected token was not provided" );
324
- return true ;
325
324
}
326
325
Clause.SetDefaultFlags ();
327
326
@@ -446,7 +445,6 @@ bool RootSignatureParser::ParseRegister(Register *Register) {
446
445
break ;
447
446
default :
448
447
llvm_unreachable (" Switch for an expected token was not provided" );
449
- return true ;
450
448
}
451
449
452
450
Register->Number = CurTok->NumLiteral .getInt ().getExtValue ();
You can’t perform that action at this time.
0 commit comments