aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1995-01-20 18:11:13 -0800
committerJim Wilson <wilson@gcc.gnu.org>1995-01-20 18:11:13 -0800
commitf415f7bed7fbb4d07a67879d2eddd1dc6e8fdc2a (patch)
tree19644f098c2e6eebff131e872656a627670cbdcc /gcc/loop.c
parent2a2af110928189be97ec28dc2f1e427e51fb86b7 (diff)
downloadgcc-f415f7bed7fbb4d07a67879d2eddd1dc6e8fdc2a.zip
gcc-f415f7bed7fbb4d07a67879d2eddd1dc6e8fdc2a.tar.gz
gcc-f415f7bed7fbb4d07a67879d2eddd1dc6e8fdc2a.tar.bz2
(record_giv): Initialize new field same_insn.
From-SVN: r8785
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index e267652..8b93de2 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -4316,6 +4316,7 @@ record_giv (v, insn, src_reg, dest_reg, mult_val, add_val, benefit,
v->ignore = 0;
v->new_reg = 0;
v->final_value = 0;
+ v->same_insn = 0;
/* The v->always_computable field is used in update_giv_derive, to
determine whether a giv can be used to derive another giv. For a