]> git.ipfire.org Git - thirdparty/gcc.git/commit
Reduce scope of a few 'class loop *loop' variables
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 30 Jul 2021 07:23:20 +0000 (09:23 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 24 Nov 2021 20:38:11 +0000 (21:38 +0100)
commit9e026da720091704ca0456d405f16a3bc5f3a799
tree3a7f3baacd6108840078139ebf1b863db0089485
parent5deacf6058d1bc7261a75c9fd1f116c4442e9e60
Reduce scope of a few 'class loop *loop' variables

Further clean-up after commit e41ba804ba5f5ca433e09238d561b1b4c8b10985
"Use range-based for loops for traversing loops".  No functional change.

gcc/
* cfgloop.c (verify_loop_structure): Reduce scope of
'class loop *loop' variable.
* ipa-fnsummary.c (analyze_function_body): Likewise.
* loop-init.c (fix_loop_structure): Likewise.
* loop-invariant.c (calculate_loop_reg_pressure): Likewise.
* predict.c (predict_loops): Likewise.
* tree-loop-distribution.c (loop_distribution::execute): Likewise.
* tree-vectorizer.c (pass_vectorize::execute): Likewise.
gcc/cfgloop.c
gcc/ipa-fnsummary.c
gcc/loop-init.c
gcc/loop-invariant.c
gcc/predict.c
gcc/tree-loop-distribution.c
gcc/tree-vectorizer.c