This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r112661 - in /branches/gcc-3_4-branch/gcc: Chan...


Author: nickc
Date: Tue Apr  4 09:29:31 2006
New Revision: 112661

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112661
Log:
PR target/36276
* config/m32r/m32r.c (gen_compare): Removed a rule addsi3 codes to avoid a miss 
  optimizing at simplify_relational_operation().
* config/m32r/m32r.md (seq): Ditto. Changed reg_or_eq_int16_operand to 
  reg_or_uint16_operand because seq_insn has not used addsi3 already.
  (seq_insn): Ditto. Removed operand check mode "P". 
  Changed reg_or_eq_int16_operand to reg_or_uint16_operand.                  

Modified:
    branches/gcc-3_4-branch/gcc/ChangeLog
    branches/gcc-3_4-branch/gcc/config/m32r/m32r.c
    branches/gcc-3_4-branch/gcc/config/m32r/m32r.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]