Move IsRunOfOnes to a more logical place and rename to a proper predicate form
authorChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:08:09 +0000 (21:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:08:09 +0000 (21:08 +0000)
commit02efa6c140fe3f1076f9ceb29db9716329ca3ba6
treeb992a06da55e178f576df0d986a3d11bb780447e
parent394cd13ba3249d6aa8f8a21603e377b923fe4675
Move IsRunOfOnes to a more logical place and rename to a proper predicate form
(lowercase isXXX).

Patch by Jim Laskey.

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