diff options
Diffstat (limited to 'gcc/function-tests.c')
-rw-r--r-- | gcc/function-tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function-tests.c b/gcc/function-tests.c index b29735c..ca30028 100644 --- a/gcc/function-tests.c +++ b/gcc/function-tests.c @@ -421,7 +421,7 @@ verify_three_block_gimple_cfg (function *fun) /* As above, but additionally verify the RTL insns are sane. */ -static void +void verify_three_block_rtl_cfg (function *fun) { verify_three_block_cfg (fun); |