Grow the X86FloatingPoint register map to hold 16 registers.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 27 Jun 2011 04:08:36 +0000 (04:08 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 27 Jun 2011 04:08:36 +0000 (04:08 +0000)
commit1baeb006d2bb74dd9f6fa633fcc53e3b1ecbbf35
tree52814f8f73acb385620ac6d0a41eebca86ea7bdf
parentf792fa90f1125553008659c743cba85b9b5d2e5e
Grow the X86FloatingPoint register map to hold 16 registers.

This allows for more live scratch registers which is needed to handle
live ST registers before return and inline asm instructions.

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