From: Bill Schmidt Date: Thu, 31 Jul 2014 15:20:30 +0000 (+0000) Subject: Wrong heading level for PowerPC changes in release notes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b74ca14f1c42ef1a93a3a6b2748eccbc0001cf11;p=oota-llvm.git Wrong heading level for PowerPC changes in release notes Oops. Used the wrong heading level by mistake. Thanks, Bill git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214405 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index e241294ddc0..4eb304bf139 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -184,7 +184,7 @@ such as MSA. It also supports several of the MIPS specific assembler directives such as ``.set``, ``.module``, ``.cpload``, etc. Changes to the PowerPC Target -============================= +----------------------------- The PowerPC 64-bit Little Endian subtarget (powerpc64le-unknown-linux-gnu) is now fully supported. This includes support for the Altivec instruction set.