aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/IR.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/IR.rst b/Documentation/IR.rst
index ff5af1c5..6330ee9c 100644
--- a/Documentation/IR.rst
+++ b/Documentation/IR.rst
@@ -134,6 +134,7 @@ They all have the following signature:
* .src1, .src2: operands (types must be compatible)
* .target: result of the operation (0/1 valued integer)
* .type: type of .target, must be an integral type
+ * .itype: type of the input operands
.. op:: OP_SET_EQ
Compare equal.