[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:47:31 PDT 2022
JOE1994 updated this revision to Diff 424623.
JOE1994 added a comment.
[docs] Fix typo in 'CodeGenerator' docs
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124305/new/
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.
@@ -2283,7 +2283,7 @@
Instruction naming
^^^^^^^^^^^^^^^^^^
-An instruction name consists of the base name, a default operand size, and a a
+An instruction name consists of the base name, a default operand size, and a
character per operand with an optional special size. For example:
::
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124305.424623.patch
Type: text/x-patch
Size: 1041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220422/0f83416f/attachment.bin>
More information about the llvm-commits
mailing list