diff options
Diffstat (limited to 'Documentation/IR.rst')
| -rw-r--r-- | Documentation/IR.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/IR.rst b/Documentation/IR.rst index 8ffc921a..9d6f2299 100644 --- a/Documentation/IR.rst +++ b/Documentation/IR.rst @@ -56,7 +56,7 @@ Terminators Arithmetic binops ----------------- They all follow the same signature: - * .src1, .src1: operands (types must be compatible with .target) + * .src1, .src2: operands (types must be compatible with .target) * .target: result of the operation (must be an integral type) * .type: type of .target @@ -93,7 +93,7 @@ They all follow the same signature: Floating-point binops --------------------- They all follow the same signature: - * .src1, .src1: operands (types must be compatible with .target) + * .src1, .src2: operands (types must be compatible with .target) * .target: result of the operation (must be a floating-point type) * .type: type of .target |
