[PATCH] D115529: [flang][nfc] Clarify the frontend/backend distinction

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 11:15:32 PST 2021


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

Aside from a couple of nits, looks good to me.  Thanks for doing this.



================
Comment at: flang/docs/FlangDriver.md:360
+This classification is reflected in the naming used for various driver
+components inside Flang. Note that other parts of the Flang frontend my refer
+to LLVM (or LLVM IR) as the backaned without making a distinction into the
----------------
I think you mean "may refer" rather than "my refer".


================
Comment at: flang/docs/FlangDriver.md:361
+components inside Flang. Note that other parts of the Flang frontend my refer
+to LLVM (or LLVM IR) as the backaned without making a distinction into the
+optimiser and one of the LLVM hardware backends.
----------------
In American English, at least, the usual phrase is "distinction between" rather than "distinction into".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115529



More information about the llvm-commits mailing list