More important fixes:
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 21:36:00 +0000 (21:36 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 21:36:00 +0000 (21:36 +0000)
commitdcde95fbbca7158fea722dd93fbe2dc6112d23a9
treeeab305f70886438753b432e1602b854c76fbf30f
parent9d22cd45359f0d200e374d75f7a8935235da2ef6
More important fixes:
-- FP argument to a function with no prototype going on stack
   was not being copied to the stack in colorCallArgs().
-- Put caller-saving code *before* argument copying code so that
   we don't trash a register before saving it!
-- Two other minor fixes.

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