Remove APInt::extractBit since it is already implemented via operator[]. Change tests...
authorMichael Gottesman <mgottesman@apple.com>
Fri, 13 Dec 2013 22:00:19 +0000 (22:00 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Fri, 13 Dec 2013 22:00:19 +0000 (22:00 +0000)
commitcadf450e175fa6b65e28dcbb1f41d9c1bcf6b85a
treed57ea0a95020c0a60611fdc9ed0785b873cdd919
parent5c9e0e52dab3095291771fba1e63c287d298361b
Remove APInt::extractBit since it is already implemented via operator[]. Change tests for extractBit to test operator[].

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