Remove ScalarEvolution::hasSCEV, which isn't being used, and which
authorDan Gohman <gohman@apple.com>
Fri, 10 Jul 2009 20:25:29 +0000 (20:25 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 10 Jul 2009 20:25:29 +0000 (20:25 +0000)
commit1afdc5f3565f09d33de888fede895540059dca4c
tree7165a63c224f35ad360f4fd1224a0284747f25de
parent3ae2da6abd5b0306ed74f77fa93809599f87b644
Remove ScalarEvolution::hasSCEV, which isn't being used, and which
breaks encapsulation. Also remove a dead prototype for setSCEV.

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