Paulo J. Matos wrote on 03/07/07 10:36: > Is this normal? It seems there are no basic blocks set for the > functions. Probably my pass is being run before the bbs are created?
Looks like it. Set a breakpoint in build_tree_cfg and your function. If gdb stops in your function first, you found the problem.