Add a bconst instruction. (#116)

* Add a bconst instruction.
This commit is contained in:
Dan Gohman
2017-07-13 10:12:25 -07:00
committed by Jakob Stoklund Olesen
parent 5cbcd59cf0
commit 5a4aa11274
9 changed files with 64 additions and 2 deletions

View File

@@ -562,6 +562,7 @@ Constant materialization
.. autoinst:: iconst
.. autoinst:: f32const
.. autoinst:: f64const
.. autoinst:: bconst
Live range splitting
--------------------