PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void.
authorJay Foad <jay.foad@gmail.com>
Tue, 30 Nov 2010 09:02:01 +0000 (09:02 +0000)
committerJay Foad <jay.foad@gmail.com>
Tue, 30 Nov 2010 09:02:01 +0000 (09:02 +0000)
commita99793c5ea24dd3839f4925b89b1f6acfcb24604
tree9afc172530d02af7cd75c095cf7b7fa095341182
parentd872f144e2c9e19dacef9468eb0c953f9eb88bf9
PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120413 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Analysis/ValueTracking.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/Support/APInt.cpp