Re: Problem with branch delay slot

2012-09-21 Thread Eric Botcazou
> I'm currently trying to retarget the gcc backend to a VLIW architecture > developed in my workgroup. > This architecture has a branch delay slot, so i tried the following > (according to http://gcc.gnu.org/onlinedocs/gccint/Delay-Slots.html): > > (define_attr "type" "branch,other" (const_string

Problem with branch delay slot

2012-09-21 Thread Jan Tlatlik
Hi, I'm currently trying to retarget the gcc backend to a VLIW architecture developed in my workgroup. This architecture has a branch delay slot, so i tried the following (according to http://gcc.gnu.org/onlinedocs/gccint/Delay-Slots.html): (define_attr "type" "branch,other" (const_string "other"