projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f4447
)
replaceo
author
Jason Merrill
<jason@gcc.gnu.org>
Mon, 1 Oct 2012 23:57:12 +0000
(19:57 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Mon, 1 Oct 2012 23:57:12 +0000
(19:57 -0400)
From-SVN: r191947
gcc/cgraph.c
patch
|
blob
|
history
diff --git
a/gcc/cgraph.c
b/gcc/cgraph.c
index 0e9accecf20978b5a94ee050d9069a9723a6d854..6e7b7c4fa3d034dfb27828d0fd9e6ee65324921e 100644
(file)
--- 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
pure
ructors and destructors without a side effect can be
+ /* Static
const
ructors and destructors without a side effect can be
optimized out. */
if (data && !((size_t)data & 2))
{