OSDN Git Service

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)
commit96b4a00077f335930677d12d2b2e15153af4ff13
tree8b451283aacbf5843991b882f6d83853ab83fa05
parent00e3c493d414e396847411666d0cdcf7bf6abd06
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