Make isNegative() a const function since it doesn't modify the APInt.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 26 Feb 2007 07:45:40 +0000 (07:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 26 Feb 2007 07:45:40 +0000 (07:45 +0000)
commitebf4ebd69155ea46c7937aec25df1f50dd61c136
tree032fb2dd335bcfc0c7d4e6f317d1400d0fe329ae
parent47fbe9e00cebf2c18e9d967f308de142db4afc67
Make isNegative() a const function since it doesn't modify the APInt.

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