aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1997-12-15 09:55:58 -0800
committerRichard Henderson <rth@gcc.gnu.org>1997-12-15 09:55:58 -0800
commit1914f5da249e2785a8b18d96b026ea9d94a89fe3 (patch)
tree83b6fb18e33436103a7c2a0c17e90eae2899f811 /gcc/dwarfout.c
parenta701efba7e27b3a5f1a6c11071c30140de97a5b0 (diff)
downloadgcc-1914f5da249e2785a8b18d96b026ea9d94a89fe3.zip
gcc-1914f5da249e2785a8b18d96b026ea9d94a89fe3.tar.gz
gcc-1914f5da249e2785a8b18d96b026ea9d94a89fe3.tar.bz2
reload.h, [...]: Revert March 15 change.
* reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c, dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change. * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the SUBREG_REG if the word count is unchanged. * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve subregs of identical word size for push_reload. From-SVN: r17105
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index d7eef70..a72ccac 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -1866,7 +1866,7 @@ output_bound_representation (bound, dim_num, u_or_l)
if (TREE_CODE (bound) == SAVE_EXPR)
output_loc_descriptor
- (eliminate_regs (SAVE_EXPR_RTL (bound), 0, NULL_RTX, 0));
+ (eliminate_regs (SAVE_EXPR_RTL (bound), 0, NULL_RTX));
}
ASM_OUTPUT_LABEL (asm_out_file, end_label);
@@ -2409,7 +2409,7 @@ location_or_const_value_attribute (decl)
if (rtl == NULL_RTX)
return;
- rtl = eliminate_regs (rtl, 0, NULL_RTX, 0);
+ rtl = eliminate_regs (rtl, 0, NULL_RTX);
#ifdef LEAF_REG_REMAP
if (leaf_function)
leaf_renumber_regs_insn (rtl);