This is the mail archive of the gcc-patches@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]

Re: [arm] Fix invalid store instructions


On Friday 18 June 2004 18:54, Paul Brook wrote:
> ?(define_insn "*arm_movsi_insn"
> + ?[(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,Us,m")
...
> + ?[(set_attr "type" "*,*,load1,store1,store1")
> + ? (set_attr "length" "4,4,4,8,8")

This should be 4,4,4,4,8 (I changed it temporarily to see what effect it had 
on benchmarks).

Paul


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