Move code_helper to tree.h
authorRichard Biener <rguenther@suse.de>
Mon, 16 May 2022 10:09:29 +0000 (12:09 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 16 May 2022 11:39:26 +0000 (13:39 +0200)
commitadace78911705f25a06b48a0559612402065530e
tree5d545f1818cb3ffa57a60edf60b3b29e57aebea9
parentef7b8976b9143aa78dd9cf5cfdaa02552d6e18a0
Move code_helper to tree.h

tree.h already contains combined_fn handling at the top and moving
code_helper away from gimple-match.h makes improving the gimple_build
API easier.

2022-05-16  Richard Biener  <rguenther@suse.de>

* gimple-match.h (code_helper): Move class ...
* tree.h (code_helper): ... here.
gcc/gimple-match.h
gcc/tree.h