[llvm-commits] CVS: llvm/lib/Analysis/ScalarEvolution.cpp

Nick Lewycky nicholas at mxc.ca
Wed Jun 6 05:19:21 PDT 2007


Chris Lattner wrote:
> The only thing that can use Instructions are other intstructions.  As  
> such, you can change the dyn_cast<instruction> into cast<instruction>  
> and there is no need to check for null in the next line.

Fixed. Thanks Chris!

Nick



More information about the llvm-commits mailing list