Implemented division by immediates in the IR
This commit is contained in:
parent
89ed2026e0
commit
42e7c8a306
7 changed files with 61 additions and 20 deletions
|
@ -5,7 +5,6 @@ main() {
|
|||
d := 4
|
||||
e := 5
|
||||
f := 6
|
||||
g := 7
|
||||
|
||||
assert a == 1
|
||||
assert b == 2
|
||||
|
@ -13,5 +12,4 @@ main() {
|
|||
assert d == 4
|
||||
assert e == 5
|
||||
assert f == 6
|
||||
assert g == 7
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue