dbgcnt.def
5.52 KB
-
Add a debug counter for the tree-ssa level if-conversion. · 53aa40a8
2010-06-25 Sebastian Pop <sebastian.pop@amd.com> * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H. * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER. * tree-if-conv.c: Include dbgcnt.h. (tree_if_conversion): Use if_conversion_tree to count the number of if-convertible loops. From-SVN: r161395
Sebastian Pop committed