rdar://problem/10652076

Incremental check in to calculate the offsets of registers correctly.  Registers can be primordial or composite,
for example, r0-r12 are primordial, s0-s31 are primordial, while q0 is composite consisting of (s0, s1, s2, s3).
Modify q0-q8 to be composed of the primordial s0-s31 registers.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151757 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed