qbe

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

commit a7e7d73a7e41216436c334c89b7318e698e828f6
parent b284721c8acae244d054dbe8c8b5878f0e649c0a
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Tue, 20 Oct 2015 16:17:26 -0400

use new loadl instruction in echo

Diffstat:
Mlisc/test/echo.ssa | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/test/echo.ssa b/lisc/test/echo.ssa @@ -18,7 +18,7 @@ function $main(w %argc, l %argv) { jmp @loop2 @loop2 %sep =w phi @last 10, @nolast 32 - %arg =l load %av + %arg =l loadl %av %r =w call $printf(l %fmt, l %arg, w %sep) %av1 =l add %av, 8 %ac1 =w sub %ac, 1