summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-09 18:02:01 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-09 18:02:01 +0000
commit2e5d1042555281800d3e00cee7f7eded72ef2cb9 (patch)
tree1d36931a7c1bfd115dcb62e3904eabb2990dfa6c /gcc/ChangeLog
parent4ccf2a8fa8856d140557692bf986757e72cac00d (diff)
downloadgcc-2e5d1042555281800d3e00cee7f7eded72ef2cb9.tar.gz
* config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
commutative. Use "nonimmediate_operand" instead of "register_operand" as predicate for operand 0. Move to after the "*tmXX_mem" insns. ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark as commutative. ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not mark as commutative. Use "nonimmediate_operand" instead of "register_operand" as predicate for operand 1. ("movstrictsi"): Fix typo in insn name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56974 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index be663674b9b..a0ac3d0c827 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,18 @@
+2002-09-09 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
+ commutative. Use "nonimmediate_operand" instead of "register_operand"
+ as predicate for operand 0. Move to after the "*tmXX_mem" insns.
+
+ ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark
+ as commutative.
+
+ ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not
+ mark as commutative. Use "nonimmediate_operand" instead of
+ "register_operand" as predicate for operand 1.
+
+ ("movstrictsi"): Fix typo in insn name.
+
2002-09-09 Jan Hubicka <jh@suse.cz>
* i386.c (index_register_operand): New.