Rename APInt's isPositive to isNonNegative, to reflect what it
authorDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 22:09:18 +0000 (22:09 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 22:09:18 +0000 (22:09 +0000)
commit7649127ec152e226d761845983ba91e69712d7da
tree63af0b79feb95009a665f8c69053d2e528748eb7
parent23067dfeac422d3991690997a9c6a92e11945c48
Rename APInt's isPositive to isNonNegative, to reflect what it
actually does.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47090 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Transforms/Scalar/InstructionCombining.cpp