summaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
diff options
context:
space:
mode:
authorbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-31 18:46:05 +0000
committerbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-31 18:46:05 +0000
commit3e76c73d74408b80d7e33a9589021ab05ae0f94d (patch)
treeeec692b17e05c30eceb8a803d7f44094c82ca16c /gcc/ipa-pure-const.c
parent1dbe1bb19c674745941ca05ed462363916ae8705 (diff)
parent9635c0c3aa804dd411dfdcaa3322bd6096dbaf0c (diff)
downloadgcc-3e76c73d74408b80d7e33a9589021ab05ae0f94d.tar.gz
Merged with trunk at revision 188063.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/cilkplus@188074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-pure-const.c')
-rw-r--r--gcc/ipa-pure-const.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c
index 29b4c177b28..445ee792688 100644
--- a/gcc/ipa-pure-const.c
+++ b/gcc/ipa-pure-const.c
@@ -1109,7 +1109,7 @@ propagate_pure_const (void)
ipa_print_order(dump_file, "reduced", order, order_pos);
}
- /* Propagate the local information thru the call graph to produce
+ /* Propagate the local information through the call graph to produce
the global information. All the nodes within a cycle will have
the same info so we collapse cycles first. Then we can do the
propagation in one pass from the leaves to the roots. */
@@ -1381,7 +1381,7 @@ propagate_nothrow (void)
ipa_print_order (dump_file, "reduced for nothrow", order, order_pos);
}
- /* Propagate the local information thru the call graph to produce
+ /* Propagate the local information through the call graph to produce
the global information. All the nodes within a cycle will have
the same info so we collapse cycles first. Then we can do the
propagation in one pass from the leaves to the roots. */