summaryrefslogtreecommitdiffstats
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-16 00:07:17 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-16 00:07:17 +0000
commitc22de3f04dcff2c2b79d22541582a97f816be69b (patch)
treece736adf1e7d1ab6bdbe217c3eed0c23288c5e0e /gcc/expr.h
parentf8b3719138b59e3c9b3a085e47cb1ea50c9e7256 (diff)
downloadppe42-gcc-c22de3f04dcff2c2b79d22541582a97f816be69b.tar.gz
ppe42-gcc-c22de3f04dcff2c2b79d22541582a97f816be69b.zip
PR 23714
* builtins.c (expand_builtin_trap): Export. * expr.h (expand_builtin_trap): Declare. * expr.c (expand_assignment): Emit a trap for integral offsets from registers that weren't reduced to bitpos. * tree-cfg.c (mark_array_ref_addressable_1): Remove. (mark_array_ref_addressable): Remove. * tree-flow.h (mark_array_ref_addressable): Remove. * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Don't call it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105449 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 224e2857f2b..ef4238787b6 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -341,6 +341,7 @@ extern rtx default_expand_builtin (tree, rtx, rtx, enum machine_mode, int);
extern void expand_builtin_setjmp_setup (rtx, rtx);
extern void expand_builtin_setjmp_receiver (rtx);
extern rtx expand_builtin_saveregs (void);
+extern void expand_builtin_trap (void);
/* Functions from expr.c: */
OpenPOWER on IntegriCloud