This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
whereis asm_nodes? how to migrate it for GCC v6.x?
- From: Leslie Zhai <lesliezhai at llvm dot org dot cn>
- To: jh at suse dot cz, gcc at gcc dot gnu dot org
- Date: Wed, 5 Jul 2017 17:36:15 +0800
- Subject: whereis asm_nodes? how to migrate it for GCC v6.x?
- Authentication-results: sourceware.org; auth=none
Hi GCC developers,
There was
extern GTY(()) struct asm_node *asm_nodes;
for GCC v4.x, but how to migrate it for v6.x? there is no asm_nodes
deprecated log in ChangeLog-201X nor git log cgraph.h... please give me
some hint, thanks a lot!
--
Regards,
Leslie Zhai https://reviews.llvm.org/p/xiangzhai/