aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/ipa-pure-const.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/ipa-pure-const.c')
-rw-r--r--gcc-4.9/gcc/ipa-pure-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/ipa-pure-const.c b/gcc-4.9/gcc/ipa-pure-const.c
index 948665e4a..5c49ac64d 100644
--- a/gcc-4.9/gcc/ipa-pure-const.c
+++ b/gcc-4.9/gcc/ipa-pure-const.c
@@ -1434,7 +1434,7 @@ propagate_nothrow (void)
else if (e->can_throw_external && !TREE_NOTHROW (y->decl))
can_throw = true;
}
- for (ie = node->indirect_calls; ie; ie = ie->next_callee)
+ for (ie = w->indirect_calls; ie; ie = ie->next_callee)
if (ie->can_throw_external)
{
can_throw = true;