diff options
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 41e2fd2671f..f4f5aa13c1b 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -872,7 +872,7 @@ merge_blocks_move (edge e, basic_block b, basic_block c, int mode) /* Removes the memory attributes of MEM expression if they are not equal. */ -void +static void merge_memattrs (rtx x, rtx y) { int i; |