diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 714011612d2..1b25a3fc128 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -170,15 +170,15 @@ Changes to the OCaml bindings Changes to the C API -------------------- * C DebugInfo API ``LLVMDIBuilderCreateTypedef`` is updated to include an extra -argument ``AlignInBits``, to facilitate / propagate specified Alignment information -present in a ``typedef`` to Debug information in LLVM IR. + argument ``AlignInBits``, to facilitate / propagate specified Alignment information + present in a ``typedef`` to Debug information in LLVM IR. Changes to the Go bindings -------------------------- * Go DebugInfo API ``CreateTypedef`` is updated to include an extra argument ``AlignInBits``, -to facilitate / propagate specified Alignment information present in a ``typedef`` -to Debug information in LLVM IR. + to facilitate / propagate specified Alignment information present in a ``typedef`` + to Debug information in LLVM IR. Changes to the DAG infrastructure |