aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-07-26 16:47:15 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-07-26 16:47:15 -0700
commit732910b9c53b72ae93ef74e22cb9b35c9f69ed83 (patch)
tree8034b92545d1aa23faec2e0ccf18de8061813335 /gcc/rtl.h
parent62ba5f39b2c80f527974e4d58eb09a8d2a35bb7c (diff)
downloadgcc-732910b9c53b72ae93ef74e22cb9b35c9f69ed83.zip
gcc-732910b9c53b72ae93ef74e22cb9b35c9f69ed83.tar.gz
gcc-732910b9c53b72ae93ef74e22cb9b35c9f69ed83.tar.bz2
simplify-rtx.c (avoid_constant_pool_reference): Export.
* simplify-rtx.c (avoid_constant_pool_reference): Export. * rtl.h (avoid_constant_pool_reference): Declare it. * dwarf2out.c (add_location_or_const_value_attribute): Use it. (add_const_value_attribute): Use add_AT_unsigned for unsigned values. From-SVN: r44411
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 7cacfab..e7fdc98 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1345,6 +1345,7 @@ extern rtx simplify_gen_subreg PARAMS ((enum machine_mode,
unsigned int));
extern rtx simplify_replace_rtx PARAMS ((rtx, rtx, rtx));
extern rtx simplify_rtx PARAMS ((rtx));
+extern rtx avoid_constant_pool_reference PARAMS ((rtx));
/* In function.c */
extern rtx gen_mem_addressof PARAMS ((rtx, union tree_node *));