mips without optimize

This commit is contained in:
colden
2025-12-12 20:14:00 +08:00
parent 84827838e2
commit c94bebf37b
130 changed files with 5462 additions and 4182 deletions

4
midend/llvm/constant/IrConstant.java Normal file → Executable file
View File

@@ -11,4 +11,8 @@ public class IrConstant extends IrValue {
public String toString() {
return "";
}
public void toMips(String label) {
}
}