Add operator== to APSInt. This will compare the signed bit before doing
authorRichard Trieu <rtrieu@google.com>
Mon, 23 Jul 2012 20:24:23 +0000 (20:24 +0000)
committerRichard Trieu <rtrieu@google.com>
Mon, 23 Jul 2012 20:24:23 +0000 (20:24 +0000)
commit5e31044e119c75899b91ca97eb4d8ba786afc01c
treec2bf70e8b4849325f720dbdfa536d9ff418171e7
parentc72d3be38915728142d13f982eeef218e42f21aa
Add operator== to APSInt.  This will compare the signed bit before doing
the comparison.  This prevents large unsigned integers from being equal to
signed negative integers of the same bit width.

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