This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Cleanup tree-ssa-ter.c exports


> Unfortunately,  tree-ssa-ter.c also has 2 functions
> (find_replaceable_exprs() and  dump_replaceable_exprs()) which are
> exported and utilized by tree-outof-ssa.c  (the file is a part of the
> out-of-ssa module).  So I moved the prototypes from tree-ssa-live.h into
> a newly created tree-ssa-ter.h file,  and included it directly from
> tree-outof-ssa.c, the only consumer.

Apparently something went wrong when tree-ssa-ter.h was created.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]