diff options
Diffstat (limited to 'gcc/print-rtl.c')
-rw-r--r-- | gcc/print-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index 31d6d45..d2b2f73 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -769,7 +769,7 @@ debug_rtx_range (const rtx_insn *start, const rtx_insn *end) and then call debug_rtx_list to print it, using DEBUG_RTX_COUNT. The found insn is returned to enable further debugging analysis. */ -DEBUG_FUNCTION const_rtx +DEBUG_FUNCTION const rtx_insn * debug_rtx_find (const rtx_insn *x, int uid) { while (x != 0 && INSN_UID (x) != uid) |