cp-gimplify.c (cp_genericize_r): Turn most of the function into a switch (TREE_CODE...
authorJakub Jelinek <jakub@redhat.com>
Wed, 14 Jun 2017 11:24:48 +0000 (13:24 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 14 Jun 2017 11:24:48 +0000 (13:24 +0200)
commitc74985e3ee7f30091582908b1bdf3cdec5218897
tree07bbde3b7f48286a06ca839ba5975e675dccf40c
parent938a807a68f4ee61343b4f0b03b2cc8110d3c0b9
cp-gimplify.c (cp_genericize_r): Turn most of the function into a switch (TREE_CODE (stmt)) statement from long...

* cp-gimplify.c (cp_genericize_r): Turn most of the function
into a switch (TREE_CODE (stmt)) statement from long else if
sequence.

From-SVN: r249191
gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c