[APInt] Remove special case for i1.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 4 Jun 2015 18:19:13 +0000 (18:19 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 4 Jun 2015 18:19:13 +0000 (18:19 +0000)
commit15df8bebdcf74b1a1342d48ac24f4f132a2fce83
tree5c43d6a6d6237e4c77a85d2f3478ebf3b23fd9b1
parent3e2318fbb5988d00703cab6c62191392841c1ea7
[APInt] Remove special case for i1.

Add a unit test.

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