gimple-ssa-sprintf.c: Fix comment formatting.
authorJakub Jelinek <jakub@redhat.com>
Wed, 28 Sep 2016 19:47:04 +0000 (21:47 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 28 Sep 2016 19:47:04 +0000 (21:47 +0200)
commit5fe39ec0072d1e6f3624bdb206ba814f00881ad7
treed6913483a0c7ebe50edf29eecb62327f1c131285
parent0c1729748b36746e3631de5d8cf8de3e3636fdc3
gimple-ssa-sprintf.c: Fix comment formatting.

* 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.

From-SVN: r240594
gcc/ChangeLog
gcc/gimple-ssa-sprintf.c