]> gcc.gnu.org Git - gcc.git/commit
dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in place of GET_MODE_C...
authorNick Clifton <nickc@redhat.com>
Wed, 22 Jun 2016 15:12:39 +0000 (15:12 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 22 Jun 2016 15:12:39 +0000 (15:12 +0000)
commit6f99ef82f1457d2f71121853ef2f006d0800bd19
tree97cf48e51fb34a920570746a4a6300d902140526
parenta93eac6a845d79a77646068b98cbd90a9be7b58a
dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in place of GET_MODE_CLASS() == MODE_INT...

* dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
place of GET_MODE_CLASS() == MODE_INT, so that partial integer
modes are accepted as well.
(ucompare_loc_descriptor): Likewise.
(minmax_loc_descriptor): Likewise.
(clz_loc_descriptor): Likewise.
(popcount_loc_descriptor): Likewise.
(bswap_loc_descriptor): Likewise.
(rotate_loc_descriptor): Likewise.
(mem_loc_descriptor): Likewise.
(loc_descriptor): Likewise.

From-SVN: r237713
gcc/ChangeLog
gcc/dwarf2out.c
This page took 0.05802 seconds and 5 git commands to generate.