summaryrefslogtreecommitdiffstats
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorraeburn <raeburn@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-11 02:21:54 +0000
committerraeburn <raeburn@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-11 02:21:54 +0000
commitefea460c5eda4c7369e81ba7c7ebc6a27f8eccc2 (patch)
tree7d04180ff0e97d1e5bb80e16c8389a2a43d9e018 /gcc/config/pa
parent5eabf72a2dc1dba34d9d1a1386692418b448722d (diff)
downloadppe42-gcc-efea460c5eda4c7369e81ba7c7ebc6a27f8eccc2.tar.gz
ppe42-gcc-efea460c5eda4c7369e81ba7c7ebc6a27f8eccc2.zip
Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage
attribute. Misc minor bugfixes and tests for it too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22983 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 41642041e32..91ada8e3aec 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),
OpenPOWER on IntegriCloud