[llvm] r190076 - R600: Fix segfault in R600TextureIntrinsicReplacer

Eric Christopher echristo at gmail.com
Thu Sep 5 14:03:51 PDT 2013


>    void visitCallInst(CallInst &I) {
> +    if (!I.getCalledFunction()) {
> +      return;
> +    }
>

No braces around single statements :)

-eric



More information about the llvm-commits mailing list