Skip to content

Commit 117e0e9

Browse files
committed
If and only if -> If
1 parent 057ebba commit 117e0e9

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
@@ -12716,7 +12716,7 @@ an extra level of indentation. As an example:
1271612716
%inst2 = op2 %inst1, %c
1271712717

1271812718
These debug records are an optional replacement for
12719-
:ref:`debug intrinsics<dbg_intrinsics>`. Debug records will be output iff the
12719+
:ref:`debug intrinsics<dbg_intrinsics>`. Debug records will be output if the
1272012720
``--write-experimental-debuginfo`` flag is passed to LLVM; it is an error for both
1272112721
records and intrinsics to appear in the same module. More information about
1272212722
debug records can be found in the `LLVM Source Level Debugging

0 commit comments

Comments
 (0)