This commit is contained in:
parent
89f375f4fc
commit
14bccadd0f
7 changed files with 54 additions and 16 deletions
|
@ -1,5 +1,6 @@
|
|||
package ssa
|
||||
|
||||
// Type represents the instruction type.
|
||||
type Type byte
|
||||
|
||||
const (
|
||||
|
@ -24,6 +25,10 @@ const (
|
|||
Shl
|
||||
Shr
|
||||
|
||||
// Branch
|
||||
If
|
||||
Jump
|
||||
|
||||
// Special
|
||||
Call
|
||||
Phi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue