Add support for OR/XOR/SUB immediates that are handled with the new immediate
authorChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:30:29 +0000 (21:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:30:29 +0000 (21:30 +0000)
commit5b90917400414d09f30ae43b387b1be3fc5ccc3d
treeebb385efb683e710fad0e3c9ef3ab50ce81a17ee
parent2f57c4da2164de3dfeebb3c25d81c49e6574a12a
Add support for OR/XOR/SUB immediates that are handled with the new immediate
way.  This allows ORI/ORIS pairs, for example.

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