[block-freq] Add the APInt method extractBit.
authorMichael Gottesman <mgottesman@apple.com>
Fri, 13 Dec 2013 20:47:34 +0000 (20:47 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Fri, 13 Dec 2013 20:47:34 +0000 (20:47 +0000)
commit5bb504f4ea73fc46b4fb64d4ba970aafde1381b7
treec5418a0810049b6e5e2b9d6a2fc3276992088bc8
parenta23bd2e761f528e91e2b4d14cc495b7afde3b4f2
[block-freq] Add the APInt method extractBit.

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