[C++ PATCH] Random cleanups

2017-05-30 Thread Nathan Sidwell
Some random cleanups. Mainly fixing stale comments and awkward whitespacing. Rename some name-lookup internal workers to the do_FOO form. natan -- Nathan Sidwell 2017-05-30 Nathan Sidwell * cp-tree.def (OVERLOAD): Fix comment. * cp-tree.h: Fix comments and whitespace. * error.c (dump_de

[PATCH] Random cleanups

2013-04-09 Thread Richard Biener
from my local tree. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. Richard. 2013-04-09 Richard Biener java/ * expr.c (build_java_binop): Pass a type to build_int_cst. * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa): Avoid work that is n

Re: [patch] Random cleanups

2012-09-06 Thread Richard Guenther
On Wed, Sep 5, 2012 at 10:34 PM, Steven Bosscher wrote: > Hello, > > Just some cleanups I did while working on something bigger. > > OK for trunk? Ok. Thanks, Richard. > Ciao! > Steven > > * graphite.c (print_global_statistics): Use EDGE_COUNT instead > of VEC_length. >

[patch] Random cleanups

2012-09-05 Thread Steven Bosscher
Hello, Just some cleanups I did while working on something bigger. OK for trunk? Ciao! Steven * graphite.c (print_global_statistics): Use EDGE_COUNT instead of VEC_length. (print_graphite_scop_statistics): Likewise. * graphite-scop-detection.c (get_bb_type): Use