diff options
Diffstat (limited to 'Documentation/IR.md')
| -rw-r--r-- | Documentation/IR.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/IR.md b/Documentation/IR.md index f18d3507..959318e2 100644 --- a/Documentation/IR.md +++ b/Documentation/IR.md @@ -54,11 +54,8 @@ Integer addition. #### OP_SUB Integer subtraction. -#### OP_MULU -Integer unsigned multiplication. - -#### OP_MULS -Integer signed multiplication. +#### OP_MUL +Integer multiplication. #### OP_DIVU Integer unsigned division. |
