Commit 8e15f736 by Richard Kenner

(struct tree_int_cst): Add field for TREE_CST_RTL.

From-SVN: r12556
parent a8ffcc81
......@@ -510,6 +510,8 @@ struct tree_common
struct tree_int_cst
{
char common[sizeof (struct tree_common)];
struct rtx_def *rtl; /* acts as link to register transfer language
(rtl) info */
HOST_WIDE_INT int_cst_low;
HOST_WIDE_INT int_cst_high;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment