We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f0299 commit 1136192Copy full SHA for 1136192
1 file changed
cranelift/isle/docs/language-reference.md
@@ -41,7 +41,7 @@ the real code [here](https://github.com/bytecodealliance/wasmtime/blob/main/cran
41
(value_reg (add
42
(put_in_reg x)
43
;; `y` is a `RegMemImm.Imm`.
44
- y)))
+ y))))
45
```
46
47
ISLE lets the compiler backend developer express this information in a
0 commit comments