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