Details
- Reviewers
nemanjai nickdesaulniers void - Group Reviewers
Restricted Project - Commits
- rG7c4555f60d96: [PowerPC] Delete remnant Darwin code in PPCAsmParser
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2065 | Was this intentional? |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2065 | This is intentional. Personally I don't think the comment is of any value. The purpose is obvious from its name. create*AsmPrinterPass is also in AMDGPUAsmPrinter.cpp, which does not have a comment. |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2065 | Ping |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2065 |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2065 | I would prefer you didn't remove the entire comment but, "or enter. I'm a sign, not a cop" |
Keep the comment attached to createPPCAsmprinterPass.
Reword it to conform to the coding standard.
/ -> since static /// is useless.
Was this intentional?