Move SCEVNAryExpr's virtual member functions out of line, and convert
authorDan Gohman <gohman@apple.com>
Mon, 16 Aug 2010 16:21:27 +0000 (16:21 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 16 Aug 2010 16:21:27 +0000 (16:21 +0000)
commit2f199f9952b9dd62b5a0d0f4350b8fa780ebb9cc
tree35d1f182fde6e651cb4c5906cde67a1484f13e37
parentbb85409b510e18250c2345b57c050798a3b90213
Move SCEVNAryExpr's virtual member functions out of line, and convert
them to iterators.

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