From 7d384cc0b300cace24c008fec600219e4377923c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 11 Oct 1998 02:21:54 +0000 Subject: Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage attribute. Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage attribute. Misc minor bugfixes and tests for it too. From-SVN: r22983 --- gcc/config/pa/pa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/pa/pa.c') diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 4164204..91ada8e 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -4391,7 +4391,7 @@ hppa_builtin_saveregs (arglist) last argument register store. So we emit a blockage insn here. */ emit_insn (gen_blockage ()); - if (flag_check_memory_usage) + if (current_function_check_memory_usage) emit_library_call (chkr_set_right_libfunc, 1, VOIDmode, 3, dest, ptr_mode, GEN_INT (4 * UNITS_PER_WORD), TYPE_MODE (sizetype), -- cgit v1.1