Fix SCEVAddRecExpr::isLoopInvariant to test if all of its operands
authorDan Gohman <gohman@apple.com>
Fri, 26 Jun 2009 22:17:21 +0000 (22:17 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 26 Jun 2009 22:17:21 +0000 (22:17 +0000)
commite890eead222abf84fc171b28891a68b65e9addf5
tree361c1acc59935d0522906df3b08e07ada1727c85
parent93677c99a4a5a03eae34b8b15d4be70b12a8332c
Fix SCEVAddRecExpr::isLoopInvariant to test if all of its operands
are loop invariant, not just the start operand.

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