diff options
author | Eric Anholt <[email protected]> | 2010-03-31 21:12:12 -1000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-04-02 11:22:41 -0700 |
commit | aeab105342df8f59af1f1c65078e38dda4d7e521 (patch) | |
tree | 4fc9063331c47980801c5034140095648854e333 /ir.h | |
parent | 528bb853599f514611e8e49adc758662219dacf7 (diff) |
Remove fake ir_binop_logic_not. I think you meant ir_unop_logic_not.
Diffstat (limited to 'ir.h')
-rw-r--r-- | ir.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -357,7 +357,6 @@ enum ir_expression_operation { ir_binop_logic_and, ir_binop_logic_xor, ir_binop_logic_or, - ir_binop_logic_not, ir_binop_dot, ir_binop_min, |