Make SCEV::getType() and SCEV::print non-virtual. Move SCEV::hasOperand
authorDan Gohman <gohman@apple.com>
Wed, 17 Nov 2010 22:27:42 +0000 (22:27 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 17 Nov 2010 22:27:42 +0000 (22:27 +0000)
commit4ce32db913beb6ae27df2fa0a9db5d68fd4889d2
tree91450bb144255afdc09e8625ffba157068a91e08
parent2f7aed39a3082a3e0bb35475e8ed0cb782fef4b5
Make SCEV::getType() and SCEV::print non-virtual. Move SCEV::hasOperand
to ScalarEvolution. Delete SCEV::~SCEV. SCEV is no longer virtual.

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