From daa956d01f8342ee901c510f2c1b456b4e4b6394 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 14 Nov 2004 13:05:19 +0000 Subject: * cselib.c, expr.c: Fix comment typos. From-SVN: r90620 --- gcc/cselib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cselib.c') diff --git a/gcc/cselib.c b/gcc/cselib.c index df22800..b57125b 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -707,7 +707,7 @@ new_cselib_val (unsigned int value, enum machine_mode mode) /* We use an alloc pool to allocate this RTL construct because it accounts for about 8% of the overall memory usage. We know precisely when we can have VALUE RTXen (when cselib is active) - so we don't need to put them in garbave collected memory. + so we don't need to put them in garbage collected memory. ??? Why should a VALUE be an RTX in the first place? */ e->u.val_rtx = pool_alloc (value_pool); memset (e->u.val_rtx, 0, RTX_HDR_SIZE); -- cgit v1.1