mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 13:01:20 +08:00
value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC for printing gcov_type.
2008-05-28 Seongbae Park <seongbae.park@gmail.com> * value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC for printing gcov_type. From-SVN: r136131
This commit is contained in:
parent
e68954309d
commit
68bb68ca00
@ -1,3 +1,8 @@
|
||||
2008-05-28 Seongbae Park <seongbae.park@gmail.com>
|
||||
|
||||
* value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC
|
||||
for printing gcov_type.
|
||||
|
||||
2008-05-28 Seongbae Park <seongbae.park@gmail.com>
|
||||
|
||||
* tree-ssa-propagate.c (set_rhs): Preserve the histogram
|
||||
|
@ -1217,7 +1217,8 @@ tree_ic_transform (tree stmt)
|
||||
print_generic_stmt (dump_file, stmt, TDF_SLIM);
|
||||
fprintf (dump_file, " to ");
|
||||
print_generic_stmt (dump_file, modify, TDF_SLIM);
|
||||
fprintf (dump_file, "hist->count %llu hist->all %llu\n", count, all);
|
||||
fprintf (dump_file, "hist->count "HOST_WIDEST_INT_PRINT_DEC
|
||||
" hist->all "HOST_WIDEST_INT_PRINT_DEC"\n", count, all);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user