diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2016-12-14 22:57:35 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-06-28 18:55:41 +0200 |
| commit | a3e062b5803154e05f127a91b2aba6dcc51eb3d1 (patch) | |
| tree | 3351eda530a0f2fea54cc713b0260de1ff12a3ed /Documentation | |
| parent | 22a058c697d310797c6af326345c68739778b7c4 (diff) | |
| download | sparse-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 'Documentation')
| -rw-r--r-- | Documentation/IR.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/IR.rst b/Documentation/IR.rst index ff0ccdf2..0419ac41 100644 --- a/Documentation/IR.rst +++ b/Documentation/IR.rst @@ -125,14 +125,6 @@ They all follow the same signature: .. op:: OP_XOR Logical XOR -Boolean ops ------------ -.. op:: OP_AND_BOOL - Boolean AND - -.. op:: OP_OR_BOOL - Boolean OR - Integer compares ---------------- They all have the following signature: |
