The compact encoding of the registers are 3-bits each. Make sure we shift the
authorBill Wendling <isanbard@gmail.com>
Tue, 6 Dec 2011 01:26:14 +0000 (01:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 6 Dec 2011 01:26:14 +0000 (01:26 +0000)
commit79df986c60094e9ea29f081295aea08b1680a999
tree995120cf786563d48c4824cd5e78e504fda805c7
parentd9a6e8978dd65c85d68bf1141d992da576878cd8
The compact encoding of the registers are 3-bits each. Make sure we shift the
value over that much.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145888 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FrameLowering.cpp