We know it's always a SCEVConstant if it gets here, so just cast it and
authorNick Lewycky <nicholas@mxc.ca>
Sat, 3 Jan 2009 01:53:24 +0000 (01:53 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 3 Jan 2009 01:53:24 +0000 (01:53 +0000)
commit87f333641a24975e4c4ef01ec0f0b89dfd184c51
tree8b451283aacbf5843991b882f6d83853ab83fa05
parent93d9ad567d575ff3fcebf3feea9dae123cd1f10d
We know it's always a SCEVConstant if it gets here, so just cast it and
inline the only use of isNegative. Fixes warning reported by Mike Stump.

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