Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
542 | Putting DK_PRINT beyond DK_END doesn't seem right |
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
542 | ah.. DK_END stands for the ".end" directive and holds no other semantical purposes.. but I can see your point :) |
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
542 | OK from my side. Thanks. |
Comment Actions
thanks for the prompt review.
will address enum's values definition ordering upon the commit itself
Putting DK_PRINT beyond DK_END doesn't seem right