[llvm-branch-commits] [llvm-branch] r237433 - [mips] Update release notes to account for revert.
Daniel Sanders
daniel.sanders at imgtec.com
Fri May 15 03:06:39 PDT 2015
Author: dsanders
Date: Fri May 15 05:06:38 2015
New Revision: 237433
URL: http://llvm.org/viewvc/llvm-project?rev=237433&view=rev
Log:
[mips] Update release notes to account for revert.
Modified:
llvm/branches/release_36/docs/ReleaseNotes.rst
Modified: llvm/branches/release_36/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_36/docs/ReleaseNotes.rst?rev=237433&r1=237432&r2=237433&view=diff
==============================================================================
--- llvm/branches/release_36/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_36/docs/ReleaseNotes.rst Fri May 15 05:06:38 2015
@@ -45,8 +45,7 @@ Changes to the MIPS Target
* Fixed multiple segfaults and assertions in the disassembler when
disassembling instructions that have memory operands.
-* Fixed multiple cases of suboptimal code generation involving ``$zero`` and
- redundant sign/zero extension.
+* Fixed multiple cases of suboptimal code generation involving ``$zero``.
Non-comprehensive list of changes in 3.6.0
==========================================
More information about the llvm-branch-commits
mailing list