summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2008-10-18 20:15:14 +0200
committerUros Bizjak <uros@gcc.gnu.org>2008-10-18 20:15:14 +0200
commit3cdf0c6237613202df8fa9f7e27bec61178122d5 (patch)
tree19d0e7291b3c632e896dcfe0b73a96940e3bd6bc /MAINTAINERS
parent73a5f1995f887b8511c8168d00149e7da92cf77f (diff)
downloadgcc-3cdf0c6237613202df8fa9f7e27bec61178122d5.tar.gz
i386.md (unnamed peephole2): Do not force memory operands of arith or logical instructions into registers...
* config/i386/i386.md (unnamed peephole2): Do not force memory operands of arith or logical instructions into registers for non-TARGET_READ_MODIFY targets. (ffs_cmove): Change operand 0 predicate to register_operand. Change operand 1 predicate to nonimmediate_operand. (ffsdi2): Ditto. (*ffs_no_cmove): Change operand 0 predicate to register_operand. From-SVN: r141213
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f0dd6b70559..393a8bae311 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -220,8 +220,8 @@ auto-vectorizer Dorit Nuzman dorit@il.ibm.com
loop infrastructure Zdenek Dvorak ook@ucw.cz
OpenMP Jakub Jelinek jakub@redhat.com
-Note that individuals who maintain parts of the compiler need approval to check
-in changes outside of the parts of the compiler they maintain.
+Note that individuals who maintain parts of the compiler need approval to
+check in changes outside of the parts of the compiler they maintain.
Non-Algorithmic Maintainers