diff options
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |