Fix a GET_MODE_CLASS typo in mem_loc_descriptor
commit4e626f1c089726462d7f475a7959b376c850f693
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Nov 2016 10:54:12 +0000 (15 10:54 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Nov 2016 10:54:12 +0000 (15 10:54 +0000)
tree26028f2b9ddf2563efefacfd91ecd0b61f968d8d
parent357b96452a5fc70011df4f27b5d4dffc5e2f2603
Fix a GET_MODE_CLASS typo in mem_loc_descriptor

It should have been checking the size instead.

gcc/
2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
    Alan Hayward  <alan.hayward@arm.com>
    David Sherwood  <david.sherwood@arm.com>

* dwarf2out.c (mem_loc_descriptor): Fix GET_MODE_CLASS/
GET_MODE_SIZE typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242409 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c