Module Name:    xsrc
Committed By:   riastradh
Date:           Sun Jul 13 14:16:21 UTC 2014

Modified Files:
        xsrc/external/mit/MesaLib/dist/src/glsl: ir.h

Log Message:
Remove bogus self-assigned loop field.  From upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/MesaLib/dist/src/glsl/ir.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/MesaLib/dist/src/glsl/ir.h
diff -u xsrc/external/mit/MesaLib/dist/src/glsl/ir.h:1.1.1.1 xsrc/external/mit/MesaLib/dist/src/glsl/ir.h:1.2
--- xsrc/external/mit/MesaLib/dist/src/glsl/ir.h:1.1.1.1	Wed Jul  9 19:38:35 2014
+++ xsrc/external/mit/MesaLib/dist/src/glsl/ir.h	Sun Jul 13 14:16:21 2014
@@ -1129,7 +1129,6 @@ public:
    {
       this->ir_type = ir_type_loop_jump;
       this->mode = mode;
-      this->loop = loop;
    }
 
    virtual ir_loop_jump *clone(void *mem_ctx, struct hash_table *) const;
@@ -1153,9 +1152,6 @@ public:
 
    /** Mode selector for the jump instruction. */
    enum jump_mode mode;
-private:
-   /** Loop containing this break instruction. */
-   ir_loop *loop;
 };
 
 /**

Reply via email to