* gimple-ssa-sprintf.c: Fix comment formatting.
commit3c57b79be0c810d0843728fea460d37ccf20d423
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2016 19:47:04 +0000 (28 19:47 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2016 19:47:04 +0000 (28 19:47 +0000)
treed6913483a0c7ebe50edf29eecb62327f1c131285
parentd23296dc3afa0cddadffc1a4cd446720df75f784
* gimple-ssa-sprintf.c: Fix comment formatting.
(format_integer): Use is_gimple_assign.
(pass_sprintf_length::handle_gimple_call): Use gimple_call_builtin_p
and gimple_call_fndecl.  Reorder case BUILT_IN_SPRINTF_CHK.  Fix up
BUILT_IN_SNPRINTF_CHK comment.  Replace "to to" with "to" in comment.
(pass_sprintf_length::execute): Use is_gimple_call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240594 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple-ssa-sprintf.c