[PM] Cleanup more warnings my refactoring exposed where now we have
authorChandler Carruth <chandlerc@gmail.com>
Sat, 17 Jan 2015 14:49:23 +0000 (14:49 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 17 Jan 2015 14:49:23 +0000 (14:49 +0000)
commite81cec19db75afb3dc44b8c2ec592c1a78b8a1e9
tree3d1d499abd9baf482e516c0985a7f6d009bee358
parent122e67cb34614082ea5ecd88793e17b4b8c7cd93
[PM] Cleanup more warnings my refactoring exposed where now we have
unused variables in a no-asserts build.

I've fixed this by putting the entire loop behind an #ifndef as it
contains nothing other than asserts.

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