From 3a4abd2f6c3c0606dff3ab56505c58abf79dd7e7 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Tue, 19 Aug 2014 19:48:08 +0000 Subject: asan_emit_stack_protection returns an insn 2014-08-19 David Malcolm * asan.h (asan_emit_stack_protection): Strengthen return type from rtx to rtx_insn *. * asan.c (asan_emit_stack_protection): Likewise. Add local "insns" to hold the return value. From-SVN: r214189 --- gcc/asan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/asan.h') diff --git a/gcc/asan.h b/gcc/asan.h index 08d5063..198433f 100644 --- a/gcc/asan.h +++ b/gcc/asan.h @@ -23,8 +23,8 @@ along with GCC; see the file COPYING3. If not see extern void asan_function_start (void); extern void asan_finish_file (void); -extern rtx asan_emit_stack_protection (rtx, rtx, unsigned int, HOST_WIDE_INT *, - tree *, int); +extern rtx_insn *asan_emit_stack_protection (rtx, rtx, unsigned int, + HOST_WIDE_INT *, tree *, int); extern bool asan_protect_global (tree); extern void initialize_sanitizer_builtins (void); extern tree asan_dynamic_init_call (bool); -- cgit v1.1