[PATCH] D45025: [DebugInfo] Add parser for DILabel metadata.
Wei-Ren Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 30 07:32:36 PDT 2018
chenwj requested changes to this revision.
chenwj added a comment.
This revision now requires changes to proceed.
Nit.
================
Comment at: lib/AsmParser/LLParser.cpp:4569
+/// ::= !DILabel(scope: !0, name: "foo", file: !1, line: 7)
+/// ::= !DILabel(scope: !0, name: "foo", file: !1, line: 7)
+bool LLParser::ParseDILabel(MDNode *&Result, bool IsDistinct) {
----------------
Redundant comment?
Repository:
rL LLVM
https://reviews.llvm.org/D45025
More information about the llvm-commits
mailing list