We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ebba commit 117e0e9Copy full SHA for 117e0e9
llvm/docs/LangRef.rst
@@ -12716,7 +12716,7 @@ an extra level of indentation. As an example:
12716
%inst2 = op2 %inst1, %c
12717
12718
These debug records are an optional replacement for
12719
-:ref:`debug intrinsics<dbg_intrinsics>`. Debug records will be output iff the
+:ref:`debug intrinsics<dbg_intrinsics>`. Debug records will be output if the
12720
``--write-experimental-debuginfo`` flag is passed to LLVM; it is an error for both
12721
records and intrinsics to appear in the same module. More information about
12722
debug records can be found in the `LLVM Source Level Debugging
0 commit comments