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
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to