gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead of 0 < x.
authorJakub Jelinek <jakub@redhat.com>
Wed, 28 Sep 2016 21:52:53 +0000 (23:52 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 28 Sep 2016 21:52:53 +0000 (23:52 +0200)
commit91eaca5e32abab6179fba0e2543daf1cc1f64bde
tree90ca6df79b98c301595a345593a784b4e6a72645
parent12a813c16f5c7c5a10d8d5080b315463c4c584f8
gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead of 0 < x.

* gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead
of 0 < x.
(format_floating, format_string, format_directive,
get_destination_size, pass_sprintf_length::handle_gimple_call):
Likewise.

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