From a1ffba987b161b6a0b757dcd8e7bca47bc9c27e4 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 1 Oct 2012 19:57:12 -0400 Subject: [PATCH] replaceo From-SVN: r191947 --- gcc/cgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 0e9accecf20..6e7b7c4fa3d 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -1731,7 +1731,7 @@ cgraph_set_const_flag (struct cgraph_node *node, bool readonly, bool looping) static bool cgraph_set_pure_flag_1 (struct cgraph_node *node, void *data) { - /* Static pureructors and destructors without a side effect can be + /* Static constructors and destructors without a side effect can be optimized out. */ if (data && !((size_t)data & 2)) {