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/integrate.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/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index d3e47a6..47327de 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -771,7 +771,7 @@ expand_inline_function (tree fndecl, tree parms, rtx target, int ignore, abort (); /* The mode if LOC and ARG can differ if LOC was a variable - that had its mode promoted via PROMOTED_MODE. */ + that had its mode promoted. */ arg_vals[i] = convert_modes (pmode, TYPE_MODE (TREE_TYPE (arg)), expand_expr (arg, NULL_RTX, mode, |