* Fn args passed in registers are now recorded as used by the call instruction
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 20 Jul 2004 00:42:19 +0000 (00:42 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 20 Jul 2004 00:42:19 +0000 (00:42 +0000)
commit61114619bcd71c11cf0fcd8d4de36be12406b589
treefa65d1b4d5cde0e08f48199cb384348c2c049456
parent7e898c3e0409fca30b0b442c76a10971b0636654
* Fn args passed in registers are now recorded as used by the call instruction
`-> asm printer updated to not print out those registers with the call instr

All of Shootout tests now work.  Great thanks to Nate Begeman for the patch!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15015 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPC32AsmPrinter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PowerPCAsmPrinter.cpp