This commit is contained in:
parent
c9c6b94c18
commit
3301cf5542
49 changed files with 690 additions and 262 deletions
9
src/ssa2asm/Count.go
Normal file
9
src/ssa2asm/Count.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package ssa2asm
|
||||
|
||||
// Counter is the data type for counters.
|
||||
type Counter uint16
|
||||
|
||||
// Count stores how often a certain statement appeared so we can generate a unique label from it.
|
||||
type Count struct {
|
||||
Data Counter
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue