diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-09 13:44:52 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-09 13:44:52 +0000 |
commit | 454abcd55d12d4ef15ec29c89b2ad4d47f3c82d1 (patch) | |
tree | 03ae5cb442348bb46932a1a62039a44962996f47 /gnu/usr.bin/gcc/loop.h | |
parent | c1c4ca433ba86feadc773a80691f0e693d52ecd8 (diff) |
Revert to older (working) version of gcc, plus recent changes.
Diffstat (limited to 'gnu/usr.bin/gcc/loop.h')
-rw-r--r-- | gnu/usr.bin/gcc/loop.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/loop.h b/gnu/usr.bin/gcc/loop.h index e83063a5ad2..4c9c483e411 100644 --- a/gnu/usr.bin/gcc/loop.h +++ b/gnu/usr.bin/gcc/loop.h @@ -88,9 +88,6 @@ struct induction unsigned maybe_dead : 1; /* 1 if this giv might be dead. In that case, we won't use it to eliminate a biv, it would probably lose. */ - unsigned unrolled : 1; /* 1 if new register has been allocated in - unrolled loop. */ - unsigned shared : 1; int lifetime; /* Length of life of this giv */ int times_used; /* # times this giv is used. */ rtx derive_adjustment; /* If nonzero, is an adjustment to be |