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) {
262262 return ParseDescriptorTable ();
263263 default :
264264 llvm_unreachable (" Switch for an expected token was not provided" );
265- return true ;
266265 }
266+ return true ;
267267}
268268
269269bool RootSignatureParser::ParseDescriptorTable () {
@@ -328,7 +328,6 @@ bool RootSignatureParser::ParseDescriptorTableClause() {
328328 break ;
329329 default :
330330 llvm_unreachable (" Switch for an expected token was not provided" );
331- return true ;
332331 }
333332 Clause.SetDefaultFlags ();
334333
@@ -453,7 +452,6 @@ bool RootSignatureParser::ParseRegister(Register *Register) {
453452 break ;
454453 default :
455454 llvm_unreachable (" Switch for an expected token was not provided" );
456- return true ;
457455 }
458456
459457 Register->Number = CurTok->NumLiteral .getInt ().getExtValue ();
You can’t perform that action at this time.
0 commit comments