[llvm] r190076 - R600: Fix segfault in R600TextureIntrinsicReplacer

Tom Stellard tom at stellard.net
Thu Sep 5 16:59:09 PDT 2013


On Thu, Sep 05, 2013 at 02:03:51PM -0700, Eric Christopher wrote:
> >    void visitCallInst(CallInst &I) {
> > +    if (!I.getCalledFunction()) {
> > +      return;
> > +    }
> >
> 
> No braces around single statements :)
> 

Fixed in r190110.

-Tom



More information about the llvm-commits mailing list