diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 204f9df..c1d2468 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -2537,7 +2537,7 @@ verify_rtx_sharing (rtx orig, rtx insn) /* Go through all the RTL insn bodies and check that there is no unexpected sharing in between the subexpressions. */ -void +DEBUG_FUNCTION void verify_rtl_sharing (void) { rtx p; |