Move FCTIWZ handling out of the instruction selectors and into legalization,
authorChris Lattner <sabre@nondot.org>
Wed, 31 Aug 2005 21:09:52 +0000 (21:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Aug 2005 21:09:52 +0000 (21:09 +0000)
commitf76053269ecc6c7bd3d0b1e90ebdd0cef1bb2bdc
tree5617564bffc4e9b16b82d84f206ae4572998aaa5
parent8346bb6c29cb6268c99117f6c86d6696b373d03e
Move FCTIWZ handling out of the instruction selectors and into legalization,
getting them out of the business of making stack slots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCISelPattern.cpp