tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo in comment.

2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	* tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
	in comment.

From-SVN: r238588
This commit is contained in:
Prathamesh Kulkarni 2016-07-21 12:12:05 +00:00 committed by Prathamesh Kulkarni
parent fa62698775
commit c7880c8c92
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2016-07-21 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
* tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
in comment.
2016-07-21 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.md (any_extract, any_shiftrt): New code iterators.

View file

@ -2383,7 +2383,7 @@ public:
};
/* Callback for walk_dominator_tree. Attempt to optimize various
string ops by remembering string lenths pointed by pointer SSA_NAMEs. */
string ops by remembering string lengths pointed by pointer SSA_NAMEs. */
edge
strlen_dom_walker::before_dom_children (basic_block bb)