aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-01-14 15:02:20 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2011-01-14 15:02:20 +0000
commit7352c013323c184875acec7bde645c99b7c18b9b (patch)
treee8806b70dd48d5f2e48f1df1922bb15787ffe2ba /gcc/target.h
parent9a6c928887f6ae52f45a74f4aa54dd946c9c97d7 (diff)
downloadgcc-7352c013323c184875acec7bde645c99b7c18b9b.zip
gcc-7352c013323c184875acec7bde645c99b7c18b9b.tar.gz
gcc-7352c013323c184875acec7bde645c99b7c18b9b.tar.bz2
re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)
2011-01-14 Richard Guenther <rguenther@suse.de> PR tree-optimization/47179 * target.def (ref_may_alias_errno): New target hook. * targhooks.h (default_ref_may_alias_errno): Declare. * targhooks.c: Include tree-ssa-alias.h and tree-flow.h. (default_ref_may_alias_errno): New function. * target.h (struct ao_ref_s): Declare. * tree-ssa-alias.c: Include target.h. (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook. * Makefile.in (tree-ssa-alias.o): Adjust dependencies. (targhooks.o): Likewise. * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document. * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation. From-SVN: r168788
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h
index f93699f..eaf7aad 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -100,6 +100,9 @@ struct ddg;
/* This is defined in cfgloop.h . */
struct loop;
+/* This is defined in tree-ssa-alias.h. */
+struct ao_ref_s;
+
/* Assembler instructions for creating various kinds of integer object. */
struct asm_int_op