diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-26 23:47:15 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-26 23:47:15 +0000 |
commit | c0876b6ca704a8d0d63b3fcc75066e8469115502 (patch) | |
tree | 8034b92545d1aa23faec2e0ccf18de8061813335 /gcc/rtl.h | |
parent | 1f752dbe16fda79988a7bea4e54aa63e2c4bc67b (diff) | |
download | gcc-c0876b6ca704a8d0d63b3fcc75066e8469115502.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44411 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 7cacfabccca..e7fdc98a715 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 *)); |