diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 28019ab..d161db9 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -2714,8 +2714,6 @@ bool cgraph_node::set_pure_flag (bool pure, bool looping) { struct set_pure_flag_info info = {pure, looping, false}; - if (!pure) - looping = false; call_for_symbol_thunks_and_aliases (set_pure_flag_1, &info, !pure, true); return info.changed; } |