This is the mail archive of the gcc-help@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: printing rtx variable


ranjith kumar <ranjit_kumar_b4u@yahoo.co.uk> writes:

>     'tree' type variable can be printed by            
>    print_generic_stmt() function to any file we want.
> 
> Is there any function to print rtx variable to a(ny)
> file???

print_rtl (FILE*, rtx)

Ian


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