Skip to content

Commit e3a0cb8

Browse files
authored
[docs] Update ir-normalizer to normalize (#141764)
While the class name is IRNormalizer the registered name is "normalize" and the docs should match this. Fixes #136347.
1 parent 111effe commit e3a0cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/Passes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ variables with initializers are marked as internal.
554554
An interprocedural variant of :ref:`Sparse Conditional Constant Propagation
555555
<passes-sccp>`.
556556

557-
``ir-normalizer``: Transforms IR into a normal form that's easier to diff
558-
----------------------------------------------------------------------------
557+
``normalize``: Transforms IR into a normal form that's easier to diff
558+
---------------------------------------------------------------------
559559

560560
This pass aims to transform LLVM Modules into a normal form by reordering and
561561
renaming instructions while preserving the same semantics. The normalizer makes

0 commit comments

Comments
 (0)