aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>1998-05-23 23:14:57 +0000
committerJeff Law <law@gcc.gnu.org>1998-05-23 17:14:57 -0600
commit7a87758dfbca714549ef95a92ed7657622949dec (patch)
tree2486de3a2e21e97b2f61dbd1f3989688d1e5700f /gcc/loop.c
parent10ad38cac074de11205eb7c9981135780a53df07 (diff)
downloadgcc-7a87758dfbca714549ef95a92ed7657622949dec.zip
gcc-7a87758dfbca714549ef95a92ed7657622949dec.tar.gz
gcc-7a87758dfbca714549ef95a92ed7657622949dec.tar.bz2
m68k.h: Declare more functions used in macros.
* m68k.h: Declare more functions used in macros. (REG_CLASS_CONTENTS): Completely embrace initializer. * m68k.md (adddi3, subdi3): Add abort call to avoid warning about returning no value. * cse.c (find_best_addr): Declare p and found_better only if needed. * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0. * dwarfout.c (string_length_attribute): #if 0 away. * function.c (expand_function_end): Define varible blktramp only if needed. * jump.c (find_insert_position): Define only if !HAVE_cc0. * loop.c (combine_givs_p): Define variable tem only if needed. * real.c: Comment out unused functions eabs, eround, e{24,53,64,113}toasc and eiinfin. From-SVN: r19998
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 8bc4ef2..45678de 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -5845,7 +5845,9 @@ static int
combine_givs_p (g1, g2)
struct induction *g1, *g2;
{
+#ifdef ADDRESS_COST
rtx tem;
+#endif
/* If these givs are identical, they can be combined. */
if (rtx_equal_p (g1->mult_val, g2->mult_val)