[PATCH] D124305: [docs] Fix typo in 'CodeGenerator' docs

Youngsuk Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 14:40:52 PDT 2022


JOE1994 created this revision.
Herald added a project: All.
JOE1994 requested review of this revision.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124305

Files:
  llvm/docs/CodeGenerator.rst


Index: llvm/docs/CodeGenerator.rst
===================================================================
--- llvm/docs/CodeGenerator.rst
+++ llvm/docs/CodeGenerator.rst
@@ -510,7 +510,7 @@
 The ``MachineFunction`` class contains a list of machine basic blocks
 (:raw-html:`<tt>` `MachineBasicBlock`_ :raw-html:`</tt>` instances).  It
 corresponds one-to-one with the LLVM function input to the instruction selector.
-In addition to a list of basic blocks, the ``MachineFunction`` contains a a
+In addition to a list of basic blocks, the ``MachineFunction`` contains a
 ``MachineConstantPool``, a ``MachineFrameInfo``, a ``MachineFunctionInfo``, and
 a ``MachineRegisterInfo``.  See ``include/llvm/CodeGen/MachineFunction.h`` for
 more information.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124305.424619.patch
Type: text/x-patch
Size: 746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220422/0468a2be/attachment.bin>


More information about the llvm-commits mailing list