diff options
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 5e12057..62ca643 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -990,7 +990,7 @@ fixup_reorder_chain (void) 2. Count insns in chain, going both directions, and check if equal. 3. Check that get_last_insn () returns the actual end of chain. */ -void +DEBUG_FUNCTION void verify_insn_chain (void) { rtx x, prevx, nextx; |