From 624ec29474e1491a09bb99a783d1f27b7c4db841 Mon Sep 17 00:00:00 2001 From: Matthew Curtis Date: Mon, 18 Mar 2013 13:08:24 +0000 Subject: [PATCH] ReleaseNotes: Tweak hexagonv2/hexagonv3 removal note. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177284 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 5ee67b94334..822b55f17c9 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -93,7 +93,9 @@ GNU-style thread local storage and inline assembly. Hexagon Target -------------- -- Removed support for hexagonv2 and hexagonv3 processor architectures. +- Removed support for legacy hexagonv2 and hexagonv3 processor + architectures which are no longer in use. Currently supported + architectures are hexagonv4 and hexagonv5. Loop Vectorizer ---------------