-- Jie Zhang CodeSourcery (650) 331-3385 x735
There are two calls of gen_rtx_VAR_LOCATION in cfgexpand.c. Both calls
cast a tree to rtx as the third argument. Why a tree is used in RTL
expression? Will it be transformed into RTL later or all RTL passes
should recognize it's a tree and just ignore it? Thanks.
- Question about gen_rtx_VAR_LOCATION Jie Zhang
- Re: Question about gen_rtx_VAR_LOCATION Jakub Jelinek
- Re: Question about gen_rtx_VAR_LOCATION Jie Zhang