Skip to content

Commit f34fe2a

Browse files
committed
LangRef: Fix repeated word
1 parent a2a89eb commit f34fe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16739,7 +16739,7 @@ that the compiler does not constant fold the operation. Likewise, division by
1673916739
``@llvm.canonicalize`` must preserve the equality relation. That is:
1674016740

1674116741
- ``(@llvm.canonicalize(x) == x)`` is equivalent to ``(x == x)``
16742-
- ``(@llvm.canonicalize(x) == @llvm.canonicalize(y))`` is equivalent to
16742+
- ``(@llvm.canonicalize(x) == @llvm.canonicalize(y))`` is equivalent
1674316743
to ``(x == y)``
1674416744

1674516745
Additionally, the sign of zero must be conserved:

0 commit comments

Comments
 (0)