Set isSigned to true when creating an all-ones integer constant, even
authorDan Gohman <gohman@apple.com>
Fri, 30 Apr 2010 19:22:39 +0000 (19:22 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 30 Apr 2010 19:22:39 +0000 (19:22 +0000)
commit8833c32108b026e803a4d1ddd6ab1badd3f9dbbc
treed475aa600406bb2e262c7a786c4dc570878b095c
parentb6fd0b481c265449ffcd10c66fb1415cf9000a79
Set isSigned to true when creating an all-ones integer constant, even
for unsigned purposes, so >64-bit integer values get a full all-ones
value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102739 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp