- Fix comment typos that I'd introducted.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 21:21:12 +0000 (21:21 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 21:21:12 +0000 (21:21 +0000)
commitab2c1de89558662bbdeed695778f46b4f64fa2d5
tree7ce5c1502e93e296b04ac2412cba4ab28999e65b
parent1e1472ccb9ce106e0a8dc6b4d38ea2b6c5a9028d
- Fix comment typos that I'd introducted.
- Fix spurious whitespace differences.
- Use const X & instead of X for *wide_int parameters.
- Fuse declarations and initialisers.
- Avoid unnecessary *wide_int temporaries (e.g. wide_int (x) == 0
  -> wi::eq_p (x, 0)).
- Fix some long lines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204183 138bc75d-0d04-0410-961f-82ee72b054a4
45 files changed:
gcc/alias.c
gcc/builtins.c
gcc/c-family/c-common.c
gcc/combine.c
gcc/config/arm/arm.c
gcc/config/avr/avr-log.c
gcc/config/avr/avr.c
gcc/config/darwin.c
gcc/config/rs6000/darwin.h
gcc/config/rs6000/rs6000.c
gcc/cp/decl.c
gcc/cp/tree.c
gcc/dbxout.c
gcc/dwarf2out.c
gcc/expmed.c
gcc/fixed-value.c
gcc/fold-const.c
gcc/fortran/trans-intrinsic.c
gcc/gimple-ssa-strength-reduction.c
gcc/gimplify.c
gcc/graphite-clast-to-gimple.c
gcc/graphite-sese-to-poly.c
gcc/java/boehm.c
gcc/java/jcf-parse.c
gcc/optabs.c
gcc/postreload.c
gcc/predict.c
gcc/print-tree.c
gcc/rtl.h
gcc/simplify-rtx.c
gcc/tree-affine.c
gcc/tree-affine.h
gcc/tree-cfg.c
gcc/tree-chrec.c
gcc/tree-object-size.c
gcc/tree-predcom.c
gcc/tree-ssa-address.c
gcc/tree-ssa-alias.c
gcc/tree-ssa-ccp.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-loop-niter.c
gcc/tree-vrp.c
gcc/tree.c
gcc/tree.h
gcc/wide-int.h