make operator== work with non-equal sized bitvectors, as long as
authorChris Lattner <sabre@nondot.org>
Fri, 12 Oct 2007 03:48:59 +0000 (03:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Oct 2007 03:48:59 +0000 (03:48 +0000)
commit886636445deeeb9283d262411a6fbe83b65056ab
tree1ef2352eb9c24fb0df147281154f1b4a08ae1a7b
parentca68aaa0e50c4037c0faa9bfbe7e091087837259
make operator== work with non-equal sized bitvectors, as long as
the extra bits are all zeros.  This allows  "010" and "010000" to be
treated as equal.

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