Change APInt::getBitsSet to accept a "half-open" range, where the
authorDan Gohman <gohman@apple.com>
Tue, 12 Feb 2008 21:47:33 +0000 (21:47 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 12 Feb 2008 21:47:33 +0000 (21:47 +0000)
commitffe3e2514a2550152267072ed7afeebb3dd3016c
tree7c6a6b24a26a4efb183d096d05a6a876474bd580
parentcaf4fbd5df1f4e0c1bd305391271e203949a2477
Change APInt::getBitsSet to accept a "half-open" range, where the
hiBit parameter marks the index one past the last desired set bit.

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