Canged ColorCallArg so that when a call arg is directly pushed on to stack
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Mon, 12 Nov 2001 20:31:47 +0000 (20:31 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Mon, 12 Nov 2001 20:31:47 +0000 (20:31 +0000)
commit91014f6b0cec1c517d6da14787d9f2985ab40277
treea11cb66efd56ef2fbe28be8f10e7e390fe62c8f8
parent27afeb2be859be5cd5439a731983dd55977b1d08
Canged ColorCallArg so that when a call arg is directly pushed on to stack
for argument passing, that instruction is directly added to the InstructionsBefore
set of the called machine instruction - i.e., it is not reordered.

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