Switch this instruction selector over to using liveins and liveouts, eliminating
authorChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2005 16:32:30 +0000 (16:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2005 16:32:30 +0000 (16:32 +0000)
commitf429a3e0f60ad9e372a3291629bfb27d35f1b33e
treef434c82a85225a09428d05eb14377652faccf261
parent8e7d87b22867cc5add0c2e9fda4fddb340128403
Switch this instruction selector over to using liveins and liveouts, eliminating
implicit defs on entry to the function.  yaay :)

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