On Mon, Sep 23, 2013 at 4:13 PM, Matt Turner <[email protected]> wrote:
>  void
>  fs_visitor::visit(ir_expression *ir)
>  {
> +   static bool emitted_addc_or_subb = false;

static is probably wrong. emitted_addc_or_subb should be a member of fs_visitor?
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to