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] |
On Mon, Aug 13, 2001 at 05:45:48PM +0100, James Montgomerie wrote: > How can I get the tree expression for the call from within the instruction > pattern? You can't. You should be grabbing this information while compiling the call in the first place (when the information is available), and saving it somewhere. What cookies to you need? Number and type of arguments? r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |