[PATCH] D91836: [PowerPC] Delete remnant Darwin code in PPCAsmParser

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 12:37:19 PST 2020


nickdesaulniers requested changes to this revision.
nickdesaulniers added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:2021
 
-/// createPPCAsmPrinterPass - Returns a pass that prints the PPC assembly code
-/// for a MachineFunction to the given output stream, in a format that the
----------------
void wrote:
> Was this intentional?
I agree with @void , we should keep the comment but drop the `, in a format that the Darwin assembler can deal with.`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91836/new/

https://reviews.llvm.org/D91836



More information about the llvm-commits mailing list