improve branch, doesn't need extra add in IR

This commit is contained in:
Simone
2023-12-27 10:30:59 +01:00
parent dacb76ca85
commit fb3146744f
4 changed files with 65 additions and 35 deletions

View File

@@ -137,7 +137,7 @@ private:
void addiu(u32);
void andi(u32);
void and_(u32);
Entry branch(u32);
Entry::Operand branch(u32);
void bltz(u32);
void bgez(u32);
void bltzl(u32);