remove LoopVR pass. According to Nick:
authorChris Lattner <sabre@nondot.org>
Thu, 8 Oct 2009 06:42:44 +0000 (06:42 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Oct 2009 06:42:44 +0000 (06:42 +0000)
commit8ef27511e32bf704e2a25ebc96858439ab58f449
treeb717e73003c5b8c400518b0652a8f0678f7c8232
parent7b0a6816e7eeb9b2923706f65557e55d96f7246f
remove LoopVR pass.  According to Nick:
"LoopVR's logic was copied into ScalarEvolution::getUnsignedRange and
::getSignedRange. Please delete LoopVR."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83531 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopVR.h [deleted file]
include/llvm/LinkAllPasses.h
lib/Analysis/LoopVR.cpp [deleted file]