>   Here is a small patch to fix a code-gen problem for the RL78.  The bug
>   was that the register death pass was not looking inside PARALLELs, and
>   thus missing some USE and SET cases.  I considered adding code to scan
>   all of the elements in the PARALLEL, but the only ones that can be
>   generated for the RL78 are the SImode shift patterns and these always
>   consist of a SET as the first element and a CLOBBER as the second
>   element.  So I decided to keep things simple and create the patch
>   below.
> 
>   OK to apply ?

Ok.  Thanks!

Reply via email to