From 2a2af110928189be97ec28dc2f1e427e51fb86b7 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 20 Jan 1995 18:10:54 -0800 Subject: [PATCH] (structure induction): Add new field same_insn. From-SVN: r8784 --- gcc/loop.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/loop.h b/gcc/loop.h index bb219c32d21..777c8875958 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -104,6 +104,10 @@ struct induction is split, and a constant is eliminated from the address, the -constant is stored here for later use. */ + struct induction *same_insn; /* If there are multiple identical givs in + the same insn, then all but one have this + field set, and they all point to the giv + that doesn't have this field set. */ }; /* A `struct iv_class' is created for each biv. */ -- 2.30.2