================
@@ -339,13 +289,13 @@ Expected<std::unique_ptr<Remark>>
BitstreamRemarkParser::next() {
}
Error BitstreamRemarkParser::parseMeta() {
- // Advance and to the meta block.
- if (Error E = advanceToMetaBlock(ParserHelper))
+ if (Error E = ParserHelper.advanceToMetaBlock())
----------------
fhahn wrote:
```suggestion
// Advance and to the meta block.
if (Error E = ParserHelper.advanceToMetaBlock())
```
can keep comment?
https://github.com/llvm/llvm-project/pull/156511
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits