From b11009ffe7b6881571e80ee29e2bb7ba2da71959 Mon Sep 17 00:00:00 2001 From: Tobias Hieta Date: Mon, 22 Aug 2022 16:32:55 +0200 Subject: [PATCH] [NFC] Minor documentation fix for the release branch --- llvm/docs/ReleaseNotes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index d94687263bb3..c1aa8f9fc64e 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -197,9 +197,9 @@ The change may affect the current use of ``half`` includes (but is not limited to): * Frontends generating ``half`` type in function passing and/or returning -arguments. + arguments. * Downstream runtimes providing any ``half`` conversion builtins assuming the -old ABI. + old ABI. * Projects built with LLVM 15.0 but using early versions of compiler-rt. When you find failures with ``half`` type, check the calling conversion of the -- 2.34.1