diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-18 18:15:14 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-18 18:15:14 +0000 |
commit | 9cb68dd29bba7a5ae926fe42b22f2496d93e436e (patch) | |
tree | 19d0e7291b3c632e896dcfe0b73a96940e3bd6bc /MAINTAINERS | |
parent | 37d2e64d14e55ce791d3b47333f3452e37555339 (diff) | |
download | gcc-9cb68dd29bba7a5ae926fe42b22f2496d93e436e.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141213 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
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 |