diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2008-10-18 20:15:14 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2008-10-18 20:15:14 +0200 |
commit | 3cdf0c6237613202df8fa9f7e27bec61178122d5 (patch) | |
tree | 19d0e7291b3c632e896dcfe0b73a96940e3bd6bc /MAINTAINERS | |
parent | 73a5f1995f887b8511c8168d00149e7da92cf77f (diff) | |
download | gcc-3cdf0c6237613202df8fa9f7e27bec61178122d5.zip gcc-3cdf0c6237613202df8fa9f7e27bec61178122d5.tar.gz gcc-3cdf0c6237613202df8fa9f7e27bec61178122d5.tar.bz2 |
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-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f0dd6b7..393a8ba 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 |