Eliminate some uses of immAllOnes, just use -1, it does
authorChris Lattner <sabre@nondot.org>
Sun, 21 Feb 2010 03:12:16 +0000 (03:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Feb 2010 03:12:16 +0000 (03:12 +0000)
commit9f036412ac6f66405f07259185bc63153fb8e059
treec5fa28bd07cc4e7003a509a82897da853bb0d763
parent0a42c5e5bfac879b0b21c0fb0b01aca4d6c22be5
Eliminate some uses of immAllOnes, just use -1, it does
the same thing and is more efficient for the matcher.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96712 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td