aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linearize.h
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2016-12-14 22:57:35 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-06-28 18:55:41 +0200
commita3e062b5803154e05f127a91b2aba6dcc51eb3d1 (patch)
tree3351eda530a0f2fea54cc713b0260de1ff12a3ed /linearize.h
parent22a058c697d310797c6af326345c68739778b7c4 (diff)
downloadsparse-dev-a3e062b5803154e05f127a91b2aba6dcc51eb3d1.tar.gz
bool: remove OP_{AND,OR}_BOOL instructions
Now that these instructions are not generated anymore, we can remove all related code, defines and doc. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'linearize.h')
-rw-r--r--linearize.h4
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,