aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>1999-06-04 01:32:21 +0000
committerJeff Law <law@gcc.gnu.org>1999-06-03 19:32:21 -0600
commitef1d4aec0e4963a660dc758feeadb97b6c4eaa50 (patch)
tree501a3e0af1e3cf9a0608901994a39e6a203710c8 /gcc/loop.c
parent980c394cc794bc96e13ebcaa756573f3bd729681 (diff)
downloadgcc-ef1d4aec0e4963a660dc758feeadb97b6c4eaa50.zip
gcc-ef1d4aec0e4963a660dc758feeadb97b6c4eaa50.tar.gz
gcc-ef1d4aec0e4963a660dc758feeadb97b6c4eaa50.tar.bz2
loop.c (check_dbra_loop): Fix change of Jan 19.
1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * loop.c (check_dbra_loop): Fix change of Jan 19. From-SVN: r27345
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index c7047f2..fe49027 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -7777,7 +7777,7 @@ check_dbra_loop (loop_end, insn_count, loop_start, loop_info)
reversible_mem_store
= (! unknown_address_altered
- && ! invariant_p (XEXP (loop_store_mems, 0)));
+ && ! invariant_p (XEXP (XEXP (loop_store_mems, 0), 0)));
/* If the store depends on a register that is set after the
store, it depends on the initial value, and is thus not