diff options
Diffstat (limited to 'linearize.h')
| -rw-r--r-- | linearize.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linearize.h b/linearize.h index 242cefb8..092e1ac2 100644 --- a/linearize.h +++ b/linearize.h @@ -178,9 +178,7 @@ enum opcode { OP_AND, OP_OR, OP_XOR, - OP_AND_BOOL, - OP_OR_BOOL, - OP_BINARY_END = OP_OR_BOOL, + OP_BINARY_END = OP_XOR, /* floating-point comparison */ OP_FPCMP, |
