restore addition in test
This commit is contained in:
parent
df642dc07a
commit
93ca9b1152
1 changed files with 1 additions and 1 deletions
2
lo2.ml
2
lo2.ml
|
@ -631,7 +631,7 @@ let psum: iprog =
|
|||
|]
|
||||
; bb_inss =
|
||||
[| `Bop (IRPhi (1, 0), Sub, IRIns (0, 1)) (* n1 = n - 1 *)
|
||||
; `Bop (IRPhi (1, 1), Div, IRPhi (1, 0)) (* s1 = s + n *)
|
||||
; `Bop (IRPhi (1, 1), Add, IRPhi (1, 0)) (* s1 = s + n *)
|
||||
|]
|
||||
; bb_jmp = `Brz (IRIns (1, 0), 2, 1)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue