When testing whether a given SCEV depends on a temporary symbolic
authorDan Gohman <gohman@apple.com>
Mon, 15 Feb 2010 10:28:37 +0000 (10:28 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 15 Feb 2010 10:28:37 +0000 (10:28 +0000)
commit50922bbe74cf7a22ecb1849014b7c5d9e3580a20
treed47d84821074f613798c507431f4012565ac0b73
parentda272d1a704bd564272e88cbdbcf14712e3abbdc
When testing whether a given SCEV depends on a temporary symbolic
name, test whether the SCEV itself is that temporary symbolic name,
in addition to checking whether the symbolic name appears as a
possibly-indirect operand.

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