From 3b72ab9407945eb7037c608ac2826b64ec17cdc6 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Mon, 13 Mar 2017 18:06:02 +0100 Subject: Fix xml warnings in old release notes --- lib/hipe/doc/src/notes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/hipe/doc/src') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 0bdd60adfd..f29e028994 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -130,12 +130,12 @@

- Various fixes and improvements to the HiPE LLVM backend. + Various fixes and improvements to the HiPE LLVM backend.

Add support for LLVM 3.7 and 3.8 in the HiPE/LLVM x86_64 backend Reinstate support for the LLVM backend on x86 (works OK for LLVM 3.5 to 3.7 -- LLVM 3.8 has a bug that prevents it from generating - correct native code on x86)

+ correct native code on x86)

Own Id: OTP-13626

@@ -191,7 +191,7 @@

Fix various binary construction inconsistencies for hipe - compiled code. Passing bad field sizes to + compiled code.

Passing bad field sizes to binary constructions would throw badarith rather than badarg. Worse, in guards, when the unit size of the field was 1, the exception would leak rather than @@ -211,7 +211,7 @@ missing check for unit size match when inserting a binary. For example, a faulty expression like <<<<1:7>>/binary>> would - succeed.

+ succeed.

Own Id: OTP-13272

-- cgit v1.2.3