Insert copy operations for FP arguments to a varargs function,
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:37:51 +0000 (04:37 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:37:51 +0000 (04:37 +0000)
commitdbc4fad5773460fb5c44ac1f8c783b8e172d2f60
tree481978de622b51a678d803b68ea844f323994040
parenta4a943dd5a5af56bb6d050a0a47f947d4b179420
Insert copy operations for FP arguments to a varargs function,
to copy the FP arg. to an integer.  Necessary so that the
register allocator has two different live ranges for the FP value
and the int. argument.

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