diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-01 23:57:12 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-01 23:57:12 +0000 |
commit | c99756c14ee29f4da7482551766014b84ea58f8f (patch) | |
tree | d06e88c4fc33783073243c21998117546723189d /gcc/cgraph.c | |
parent | adf1cb60d5bc534446685481621557319bff3855 (diff) | |
download | gcc-c99756c14ee29f4da7482551766014b84ea58f8f.tar.gz |
replaceo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191947 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |