[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)
commitbc045a5a3332f7e50237e1c01e3b110e026aee4c
treeadecc63e36e8bc4ae808402a25d3c6b9e8c27139
parent24fd029a60618b49162a749d2b6767711f89a31b
[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.

llvm-svn: 226377
llvm/lib/Analysis/LoopInfo.cpp