diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2004-01-14 20:05:29 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2004-01-14 20:05:29 +0000 |
commit | 616f6d8469ae17f3916cfb0d4c05acb3557b74df (patch) | |
tree | 266377d388dc82cd9923f187f3e97455f58d8fe1 /gcc/loop.c | |
parent | b3e5b4528dfa0632a4c4eda55b432d1f25de093f (diff) | |
download | gcc-616f6d8469ae17f3916cfb0d4c05acb3557b74df.zip gcc-616f6d8469ae17f3916cfb0d4c05acb3557b74df.tar.gz gcc-616f6d8469ae17f3916cfb0d4c05acb3557b74df.tar.bz2 |
system.h: Poison PROMOTED_MODE
* system.h: Poison PROMOTED_MODE
* integrate.c (expand_inline_function): Don't mention the
PROMOTED_MODE.
* loop.c (update_giv_derive): Same.
* tree.h (DECL_RTL): Same.
From-SVN: r75878
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6212,7 +6212,7 @@ update_giv_derive (const struct loop *loop, rtx p) *MULT_VAL to CONST0_RTX, and store the invariant into *INC_VAL. We also want to detect a BIV when it corresponds to a variable - whose mode was promoted via PROMOTED_MODE. In that case, an increment + whose mode was promoted. In that case, an increment of the variable may be a PLUS that adds a SUBREG of that variable to an invariant and then sign- or zero-extends the result of the PLUS into the variable. |