Thx.
I also guessed that.
But, for I am a rookie in GCC, I know little about GCC, need advice.
Ian Lance Taylor :
> Chunjiang Li <[EMAIL PROTECTED]> writes:
>
> > I wonder is it true that one Pseudo register is only corresponding to one
> basic block?
>
> No, it isn't.
>
> > the reg_info struc
Chunjiang Li <[EMAIL PROTECTED]> writes:
> I wonder is it true that one Pseudo register is only corresponding to one
> basic block?
No, it isn't.
> the reg_info struct is:
>
> typedef struct reg_info_def
> { /* fields set by reg_scan */
> int first_uid;
Hi, all,
When I read the GCC source code about register allocation,
I wonder is it true that one Pseudo register is only corresponding to one
basic block?
the reg_info struct is:
typedef struct reg_info_def
{ /* fields set by reg_scan */
int first_uid;