diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-14 20:05:29 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-14 20:05:29 +0000 |
commit | 6000e302938c3278e4cb6660cfc449b63ddd62ea (patch) | |
tree | 266377d388dc82cd9923f187f3e97455f58d8fe1 /gcc/loop.c | |
parent | 78b246ca2bfca0e1b9cfb2a8042be53a2cc7b376 (diff) | |
download | gcc-6000e302938c3278e4cb6660cfc449b63ddd62ea.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75878 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index 21369dec22e..96f49998e69 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -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. |