We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f4351e + d912014 commit c4741d6Copy full SHA for c4741d6
docs/ARCOptimization.rst
@@ -62,7 +62,7 @@ Identity`` (RC Identity) and RC Identity preserving instructions. An instruction
62
``I`` with n SSA arguments and m SSA results is (i,j) RC Identity preserving if
63
performing a ``retain_value`` on the ith SSA argument immediately before ``I``
64
is executed is equivalent to performing a ``retain_value`` on the jth SSA result
65
-of ``I`` immediately following the exection of ``I``. For example in the
+of ``I`` immediately following the execution of ``I``. For example in the
66
following, if::
67
68
retain_value %x
0 commit comments