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 @@ -262,8 +262,8 @@ bool RootSignatureParser::ParseRootElement(bool First) {
262
262
return ParseDescriptorTable ();
263
263
default :
264
264
llvm_unreachable (" Switch for an expected token was not provided" );
265
- return true ;
266
265
}
266
+ return true ;
267
267
}
268
268
269
269
bool RootSignatureParser::ParseDescriptorTable () {
@@ -328,7 +328,6 @@ bool RootSignatureParser::ParseDescriptorTableClause() {
328
328
break ;
329
329
default :
330
330
llvm_unreachable (" Switch for an expected token was not provided" );
331
- return true ;
332
331
}
333
332
Clause.SetDefaultFlags ();
334
333
@@ -453,7 +452,6 @@ bool RootSignatureParser::ParseRegister(Register *Register) {
453
452
break ;
454
453
default :
455
454
llvm_unreachable (" Switch for an expected token was not provided" );
456
- return true ;
457
455
}
458
456
459
457
Register->Number = CurTok->NumLiteral .getInt ().getExtValue ();
You can’t perform that action at this time.
0 commit comments