diff options
author | Ian Romanick <[email protected]> | 2010-03-25 13:22:19 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-25 13:22:19 -0700 |
commit | 3d303eb59fb87de2627f9ad0c1d47ddfbb1f371c (patch) | |
tree | 1f3049571d79d7fa97d4307589c73ade6685cb75 | |
parent | 1b4f04124ab1cf1c9df94277f9da69956991d9e8 (diff) | |
parent | f25a5ad93961c335b56d4f0508cc5c00b77ee519 (diff) |
Merge branch 'kwg'
-rw-r--r-- | ir.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -202,7 +202,7 @@ public: /** * Value being assigned * - * This should be either \c ir_op_expression or \c ir_op_deference. + * This should be either \c ir_op_expression or \c ir_op_dereference. */ ir_instruction *rhs; @@ -379,7 +379,7 @@ struct ir_swizzle_mask { /** * Number of components in the swizzle. */ - unsigned num_components:2; + unsigned num_components:3; /** * Does the swizzle contain duplicate components? @@ -414,7 +414,7 @@ public: /** * Object being dereferenced. * - * Must be either an \c ir_variable or an \c ir_deference. + * Must be either an \c ir_variable or an \c ir_dereference. */ ir_instruction *var; |