Hi, I have wrote a tree pass and I would like to create a "finish" function to dump the analysis results. Since the results contains some global information, I want to dump them after the pass has been executed though all the functions of current file. Is there a good way that I can do that? Thanks Haifeng