From: Bernd Schmidt Date: Mon, 22 Nov 1999 18:34:13 +0000 (+0000) Subject: Add regset_head and INIT_REG_SET. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1dbfa1d87952593faee1caeae848e32e43333d6;p=gcc.git Add regset_head and INIT_REG_SET. From-SVN: r30619 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e0d6411cc4..60da1459a25 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,8 @@ 1999-11-22 Bernd Schmidt * loop.c (load_mems): Reformat slightly. + * basic-block.h (regset_head): New typedef. + (INIT_REG_SET): New macro. 1999-11-22 Bruce Korb