> 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
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"