mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 15:42:07 +08:00
(struct tree_int_cst): Add field for TREE_CST_RTL.
From-SVN: r12556
This commit is contained in:
parent
a8ffcc8128
commit
8e15f7367b
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user