This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Which RTL conversion Routine(s)...
- From: "Avinash K. Shrivastava" <avi at cse dot iitb dot ac dot in>
- To: gcc at gcc dot gnu dot org
- Cc: gcc at gnu dot org
- Date: Fri, 20 Dec 2002 11:56:20 +0530 (IST)
- Subject: Which RTL conversion Routine(s)...
Hello Sir,
While trying to build tree-node for POSTINCREMENT_EXPR , using
build1(POSTINCREMENT_EXPR, integer_type_node, exp);
Through which RTL generation routine, Can we genrate RTL for
this node..??
Thanking you..
Your's Sincerely,
-Avinash Shrivastava