Fix a warning about comparison between signed and unsigned,
authorDan Gohman <gohman@apple.com>
Thu, 14 Feb 2008 22:38:45 +0000 (22:38 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 14 Feb 2008 22:38:45 +0000 (22:38 +0000)
commit5a0e7b41c1b6cb2d9b4d877996c09f0ad7235572
tree7d6dd054e68ca3ab2890ed746d296f0c0e606803
parent8c5c22f610f21dbf10e83be360b8fbeb247a0fe1
Fix a warning about comparison between signed and unsigned,
being consistent with the rest of the APInt implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp