> 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