Skip to content

Commit

Permalink
ir.md: Remove references to bconst
Browse files Browse the repository at this point in the history
It was removed in bytecodealliance#5031
  • Loading branch information
aDotInTheVoid authored Apr 18, 2024
1 parent 47f2589 commit 65d0541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/docs/ir.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ GV = [colocated] symbol Name
A few instructions have variants that take immediate operands, but in general
an instruction is required to load a constant into an SSA value: `iconst`,
`f32const`, `f64const` and `bconst` serve this purpose.
`f32const` and `f64const` serve this purpose.
### Bitwise operations
Expand Down

0 comments on commit 65d0541

Please sign in to comment.