diff options
author | Vladimir Makarov <vmakarov@redhat.com> | 2013-04-24 22:33:06 +0000 |
---|---|---|
committer | Vladimir Makarov <vmakarov@gcc.gnu.org> | 2013-04-24 22:33:06 +0000 |
commit | 0ae24cc8976bdac8f5cf44804f8369a6f86aced3 (patch) | |
tree | 0a15f87c2f02f7fab61b6c2c4c3353e8f37017c8 /gcc/rtl.h | |
parent | ec98d01014c53501f9bf03b57ee1952233b45c60 (diff) | |
download | gcc-0ae24cc8976bdac8f5cf44804f8369a6f86aced3.zip gcc-0ae24cc8976bdac8f5cf44804f8369a6f86aced3.tar.gz gcc-0ae24cc8976bdac8f5cf44804f8369a6f86aced3.tar.bz2 |
revert: rtl.h (struct rtx_def): ...
2013-04-24 Vladimir Makarov <vmakarov@redhat.com>
Revert:
2013-04-24 Vladimir Makarov <vmakarov@redhat.com>
* rtl.h (struct rtx_def): ...
From-SVN: r198266
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -265,8 +265,7 @@ struct GTY((chain_next ("RTX_NEXT (&%h)"), 1 in a SET that is for a return. In a CODE_LABEL, part of the two-bit alternate entry field. 1 in a CONCAT is VAL_EXPR_IS_COPIED in var-tracking.c. - 1 in a VALUE is SP_BASED_VALUE_P in cselib.c. - 1 in a SUBREG generated by LRA for reload insns. */ + 1 in a VALUE is SP_BASED_VALUE_P in cselib.c. */ unsigned int jump : 1; /* In a CODE_LABEL, part of the two-bit alternate entry field. 1 in a MEM if it cannot trap. @@ -1412,11 +1411,6 @@ do { \ ((RTL_FLAG_CHECK1("SUBREG_PROMOTED_UNSIGNED_P", (RTX), SUBREG)->volatil) \ ? -1 : (int) (RTX)->unchanging) -/* True if the subreg was generated by LRA for reload insns. Such - subregs are valid only during LRA. */ -#define LRA_SUBREG_P(RTX) \ - (RTL_FLAG_CHECK1("LRA_SUBREG_P", (RTX), SUBREG)->jump) - /* Access various components of an ASM_OPERANDS rtx. */ #define ASM_OPERANDS_TEMPLATE(RTX) XCSTR (RTX, 0, ASM_OPERANDS) |