This is the mail archive of the gcc@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]

passing arguments in emit_libraray_call


Hi,
I want to use emit_library_call to output a library call to "printf".
The question is how to pass a format string argument?

Also, in the comment of emit_library_call mentions:

"The rtx values should have been passed through protect_from_queue already."

then, what should I do to pass the rtx values through
protect_from_queue? Is there any doc or example to refer to?


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