diff options
Diffstat (limited to 'gcc/analyzer/program-point.h')
-rw-r--r-- | gcc/analyzer/program-point.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/analyzer/program-point.h b/gcc/analyzer/program-point.h index d804621..2d1c3ab 100644 --- a/gcc/analyzer/program-point.h +++ b/gcc/analyzer/program-point.h @@ -138,6 +138,9 @@ public: const function_point &point_b); static int cmp_within_supernode (const function_point &point_a, const function_point &point_b); + static int cmp (const function_point &point_a, + const function_point &point_b); + static int cmp_ptr (const void *p1, const void *p2); /* For before_stmt, go to next stmt. */ void next_stmt (); |