don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS.
authorChris Lattner <sabre@nondot.org>
Wed, 13 Feb 2008 07:35:30 +0000 (07:35 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Feb 2008 07:35:30 +0000 (07:35 +0000)
commit9f72d1a73029ed3bfb1f8ced755a1aeeb36fb4f1
tree9bce76ff7a3313382616871de79e1e64b3f2a717
parentfec42eb6daff7e8b644bd24cbf12f83d6b14bd8b
don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS.
DAGCombine is now quite good at zapifying them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp