aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 7feb77d..35ed161 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -10400,6 +10400,8 @@ try_swap_copy_prop (loop, replacement, regno)
}
}
+/* Worker function for find_mem_in_note, called via for_each_rtx. */
+
static int
find_mem_in_note_1 (x, data)
rtx *x;
@@ -10414,6 +10416,8 @@ find_mem_in_note_1 (x, data)
return 0;
}
+/* Returns the first MEM found in NOTE by depth-first search. */
+
static rtx
find_mem_in_note (note)
rtx note;