diff options
author | Richard Henderson <rth@redhat.com> | 2001-07-26 16:47:15 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-07-26 16:47:15 -0700 |
commit | 732910b9c53b72ae93ef74e22cb9b35c9f69ed83 (patch) | |
tree | 8034b92545d1aa23faec2e0ccf18de8061813335 /gcc/rtl.h | |
parent | 62ba5f39b2c80f527974e4d58eb09a8d2a35bb7c (diff) | |
download | gcc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *)); |