poly_int: dump routines
commit28eeb1470b804a2c0c732251df31ca6d95a768f8
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Dec 2017 12:51:57 +0000 (20 12:51 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Dec 2017 12:51:57 +0000 (20 12:51 +0000)
tree07db92271531d8b8b511202edb0dfe43cec24bc0
parent8672ee56bb5745263da8b6412dfb4647edef0e56
poly_int: dump routines

2017-12-20  Richard Sandiford  <richard.sandiford@linaro.org>
    Alan Hayward  <alan.hayward@arm.com>
    David Sherwood  <david.sherwood@arm.com>

gcc/
* dumpfile.h (dump_dec): Declare.
* dumpfile.c (dump_dec): New function.
* pretty-print.h (pp_wide_integer): Turn into a function and
declare a poly_int version.
* pretty-print.c (pp_wide_integer): New function for poly_ints.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255864 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dumpfile.c
gcc/dumpfile.h
gcc/pretty-print.c
gcc/pretty-print.h