qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 53a3c3c2ddc9bc87fb64cdffb3aab737e092ea42
parent c237d0dd746f9991b3578490e47c696cab4b2b29
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon, 15 Feb 2016 15:44:02 -0500

scale up the mandelbrot test

Diffstat:
Mlisc/test/mandel.ssa | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisc/test/mandel.ssa b/lisc/test/mandel.ssa @@ -51,12 +51,12 @@ function w $main() { %r1 =w call $putchar(w 32) # ' ' jmp @loopx1 @loopx1 - %x1 =d add %x, d_0.1 + %x1 =d add %x, d_0.032 %cmp1 =w cgtd %x1, d_1.0 jnz %cmp1, @loopy1, @loopx @loopy1 %r2 =w call $putchar(w 10) # '\n' - %y1 =d add %y, d_0.1 + %y1 =d add %y, d_0.032 %cmp2 =w cgtd %y1, d_1.0 jnz %cmp2, @ret, @loopy @ret