From 732910b9c53b72ae93ef74e22cb9b35c9f69ed83 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 26 Jul 2001 16:47:15 -0700 Subject: 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 --- gcc/rtl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/rtl.h') 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 *)); -- cgit v1.1