]> git.ipfire.org Git - thirdparty/gcc.git/commit
Move pass free_lang_data to its own file.
authorMartin Sebor <msebor@redhat.com>
Thu, 29 Apr 2021 01:01:40 +0000 (19:01 -0600)
committerMartin Sebor <msebor@redhat.com>
Thu, 29 Apr 2021 01:05:41 +0000 (19:05 -0600)
commit2de7c792569d7a227426aaeb124686a856614da7
tree20e4f8fd06cff9097a8c4696e918f39584b2ddc7
parentcc806126215c3f4dc187eff3bf923458d8cc6b4f
Move pass free_lang_data to its own file.

gcc/ChangeLog:
* Makefile.in (OBJS): Add ipa-free-lang-data.o.
* ipa-free-lang-data.cc: New file.
* tree.c: Move pass free_lang_data to file above.
 (build_array_type_1): Declare extern.
* tree.h (build_array_type_1): Declare.
gcc/Makefile.in
gcc/ipa-free-lang-data.cc [new file with mode: 0644]
gcc/tree.c
gcc/tree.h