]> granicus.if.org Git - llvm/commit
[APInt] Remove unused And/Or/Xor methods. They just forward to the corresponding...
authorCraig Topper <craig.topper@gmail.com>
Mon, 6 Mar 2017 00:24:53 +0000 (00:24 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 6 Mar 2017 00:24:53 +0000 (00:24 +0000)
commit1ac3bab13f4bb2e7786535e04a8ead6dade19cfc
tree68aa0a79792f46c1ebffb8ab0bf65436b32fecd3
parentc380db12cda84f1eb2101032c4798fdc7a33688f
[APInt] Remove unused And/Or/Xor methods. They just forward to the corresponding operator overload.

I plan to enhance the operator overloads to handle rvalues and these methods would not longer be optimal to use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296993 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h