Major changes to how int and FP arguments are handled. Varargs
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:42:21 +0000 (04:42 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:42:21 +0000 (04:42 +0000)
commit31f78c4f6b14990b60fcc3e69902ba896e0167aa
tree3dcaa99a43b55173cd82394a7a01a68b98044ea3
parent6d78311fd24f6dc6f1312ea495a9795bf3c4ae1a
Major changes to how int and FP arguments are handled.  Varargs
function calls were simply wrong; other functions were just not
using all available registers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2316 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9RegInfo.cpp