Simplify the code a bit.
authorBill Wendling <isanbard@gmail.com>
Thu, 9 May 2013 18:21:45 +0000 (18:21 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 9 May 2013 18:21:45 +0000 (18:21 +0000)
commit1f4b796b49d13075531ed43b35824ecc9d757467
treec2749be5b8eff4c5d756a54d1510b05895b0448a
parent95f885390bff8ff2d0c5eb33e6bc3bd536c1594f
Simplify the code a bit.

The compact unwind registers were defined in two different
places. It's better just to place them in the function that uses them
and specify that this is a 64-bit or 32-bit machine.

No functionality change.

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