Fix a bug in GetConstantFactor for affine expressions, in which the existing
authorChris Lattner <sabre@nondot.org>
Tue, 19 Dec 2006 01:16:02 +0000 (01:16 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Dec 2006 01:16:02 +0000 (01:16 +0000)
commit75de5ab9f58b84aa99c2a9133572ce1d997ec1a8
treebe43342abcaca846205947cb4ab446cca56d6d29
parent49e6a9bc94a115d674502009b396c1a22fb1b1a1
Fix a bug in GetConstantFactor for affine expressions, in which the existing
code was wrong for things like 3+4*i.

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