Remove "#if 0"ed out assert
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 14 Apr 2017 16:47:15 +0000 (16:47 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 14 Apr 2017 16:47:15 +0000 (16:47 +0000)
commit01545beb75566e16db480e929068f6cd9f3b98ef
tree7ab5d7a1306448330f9e876493d94130739a3e55
parent369f3039a3b5efb758e339a2452313f681cfc789
Remove "#if 0"ed out assert

It won't compile after the recent changes I've made, and I think
keeping it in provides very little value.

Instead I've added (in an earlier commit) a C++ unit test to check the
Denormalize(Normalized(X)) == X property for specific instances of X,
which is what the assert was trying to do anyway.

llvm-svn: 300339
llvm/lib/Analysis/ScalarEvolutionNormalization.cpp