Skip to content

Commit abea77e

Browse files
committed
Remove imprecise statement.
1 parent f6d47a8 commit abea77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/GlobalISel/Legalizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ G_INTTOPTR have already been noted above. In addition to those, the following
339339
operations have requirements:
340340

341341
* For every type that can be produced by any instruction, G_IMPLICIT_DEF must be
342-
legal. This is usually trivial as it requires no code to be selected.
342+
legal.
343343
* G_PHI must be legal for all types in the producer and consumer typesets. This
344344
is usually trivial as it requires no code to be selected.
345345
* At least one G_FRAME_INDEX must be legal

0 commit comments

Comments
 (0)