mesa: reorder prog_instruction
authorDave Airlie <airlied@redhat.com>
Fri, 20 Mar 2015 06:26:59 +0000 (16:26 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 20 Mar 2015 22:14:05 +0000 (08:14 +1000)
reduces size from 64 to 56 bytes.

Acked-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Alex Deucher alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/program/prog_instruction.h

index 0957bd9d77982a4756c59f2097271c65b57499f4..ab3acbc02dd77425038014a5dee02e1546659735 100644 (file)
@@ -366,11 +366,11 @@ struct prog_instruction
     */
    GLint BranchTarget;
 
-   /** for debugging purposes */
-   const char *Comment;
-
    /** for driver use (try to remove someday) */
    GLint Aux;
+
+   /** for debugging purposes */
+   const char *Comment;
 };