This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Replace non-standard bitsets with sbitmaps in sched-rgn.c
- To: Daniel Berlin <dan at cgsoftware dot com>
- Subject: Re: [PATCH]: Replace non-standard bitsets with sbitmaps in sched-rgn.c
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 24 Oct 2001 11:05:57 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <87k7xml8uu.fsf@cgsoftware.com>
On Tue, Oct 23, 2001 at 10:38:33AM -0400, Daniel Berlin wrote:
> * sched-rgn.c: Remove bitset typedef.
> Change bitset to sbitmap in prototypes / variable types.
Ok.
> ! });
>
> +
> }
Watch the vertical whitespace.
r~