This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Illegible dumps with dump_cfg_function_to_file


On Tue, 2003-11-11 at 14:20, Andrew MacLeod wrote:
> On Tue, 2003-11-11 at 13:12, Diego Novillo wrote:
> > 
> > We should also show PHI nodes even when the user hasn't selected -vops. 
> > In those cases, we should only use PHI nodes for renameable variables. 
> > But we still can't tell whether a var needs a virtual operand (we will
> > soon).
> > 
> 
> How do you intend to tell the difference between a PHI of virtual
> operands and a PHI of regular operands?
> 
By calling var_needs_vops_p (SSA_NAME (PHI_RESULT (phi))).

var_needs_vops_p is implemented out of bits and pieces from tree-dfa.c. 
(it's in my local tree)


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]