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
Unit Tests
Time | Test | |
---|---|---|
430 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2021 | Was this intentional? |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2021 | 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 | ||
---|---|---|
2021 | Ping |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2021 |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
2021 | 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?