diff options
author | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2018-08-09 15:19:07 +0000 |
---|---|---|
committer | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2018-08-09 15:19:07 +0000 |
commit | c8b782cec2da3b323036eba15850234b7e5427dd (patch) | |
tree | 2b7ae37d8bf3a0527128d4a91481ed085ae8a981 /lldb/packages/Python/lldbsuite | |
parent | ebec4204da174dfd631e19ab19d8e071f4731818 (diff) | |
download | bcm5719-llvm-c8b782cec2da3b323036eba15850234b7e5427dd.tar.gz bcm5719-llvm-c8b782cec2da3b323036eba15850234b7e5427dd.zip |
[MC] Remove PhysRegSize from MCRegisterClass
Summary:
The interface to get size and spill size of a register
was moved from MCRegisterInfo to TargetRegisterInfo over
a year ago. Afaik the old interface has bee around
to give out-of-tree targets a chance to adapt to the
new interface.
One problem with the old MCRegisterClass::PhysRegSize was that
it represented the size of a register as "size in bits" / 8.
So a register had to be a multiple of eight bits wide for the
size to be correct (and the byte size for the target needed to
be eight bits).
Reviewers: kparzysz, qcolombet
Reviewed By: kparzysz
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D47199
llvm-svn: 339350
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions