From 3c2d40f55db9527d35b7ef2f1a25dfc82a19a842 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 23 Dec 2018 17:09:57 +0100 Subject: Start of regalloc --- source/xi_lib/hardcoded.ml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/xi_lib/hardcoded.ml') diff --git a/source/xi_lib/hardcoded.ml b/source/xi_lib/hardcoded.ml index 314fa1f..37cf1d7 100644 --- a/source/xi_lib/hardcoded.ml +++ b/source/xi_lib/hardcoded.ml @@ -35,10 +35,6 @@ let preamble = String.concat "\n" ; " add $sp, $sp, 4" ; " jr $ra" ; "" - ; "_xi_length:" - ; " lw $v0, -4($a0)" - ; " jr $ra" - ; "" ; "_xi_concat:" ; " # t0 = lhs" ; " # t1 = rhs" @@ -119,4 +115,4 @@ let preamble = String.concat "\n" ; " jr $ra" ; "" ; "" - ] \ No newline at end of file + ] -- cgit 1.4.1