OSDN Git Service

* ira-int.h (struct live_range): Rename allocno member to object and change
[pf3gnuchains/gcc-fork.git] / gcc / dbgcnt.def
index 82dd988..0d73d94 100644 (file)
@@ -71,7 +71,7 @@ along with GCC; see the file COPYING3.  If not see
    assuming that the following script is called binarySearch,
    the command:
 
-       binarySearch tryTest 
+       binarySearch tryTest
 
    will automatically find the highest value of the counter for which
    the program fails.  If tryTest never fails, binarySearch will
@@ -82,7 +82,7 @@ along with GCC; see the file COPYING3.  If not see
    dump_file of the form:
 
        ***dbgcnt: limit reached for %s.***
-       
+
    Assuming that the dump file is logging the analysis/transformations
    it is making, this pinpoints the exact position in the log file
    where the problem transformation is being logged.
@@ -160,6 +160,7 @@ DEBUG_COUNTER (global_alloc_at_reg)
 DEBUG_COUNTER (hoist)
 DEBUG_COUNTER (ia64_sched2)
 DEBUG_COUNTER (if_conversion)
+DEBUG_COUNTER (if_conversion_tree)
 DEBUG_COUNTER (if_after_combine)
 DEBUG_COUNTER (if_after_reload)
 DEBUG_COUNTER (local_alloc_for_sched)
@@ -167,6 +168,7 @@ DEBUG_COUNTER (postreload_cse)
 DEBUG_COUNTER (pre)
 DEBUG_COUNTER (pre_insn)
 DEBUG_COUNTER (treepre_insert)
+DEBUG_COUNTER (tree_sra)
 DEBUG_COUNTER (sched2_func)
 DEBUG_COUNTER (sched_block)
 DEBUG_COUNTER (sched_func)