From: Jason Merrill Date: Mon, 1 Oct 2012 23:57:12 +0000 (-0400) Subject: replaceo X-Git-Tag: misc/gccgo-go1_1_2~502 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1ffba987b161b6a0b757dcd8e7bca47bc9c27e4;p=thirdparty%2Fgcc.git replaceo From-SVN: r191947 --- diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 0e9accecf209..6e7b7c4fa3d0 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)) {