re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everything...
authorJakub Jelinek <jakub@redhat.com>
Sat, 9 Jul 2011 15:48:42 +0000 (17:48 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 9 Jul 2011 15:48:42 +0000 (17:48 +0200)
commit5b696ba2dc1b84bf91782c4c89c19eef224d58cf
tree6525562c36d52a3cb7739fa718e5ec79da115e96
parent8662b2ba92816ad1e1a461ef9fe3b2c3e9d21905
re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everything << 32)

PR debug/49676
* dwarf2out.c (size_of_int_loc_descriptor): New function.
(address_of_int_loc_descriptor): Use it.
(scompare_loc_descriptor): Optimize EQ/NE comparison with
constant.

From-SVN: r176083
gcc/ChangeLog
gcc/dwarf2out.c