mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
glasm: Fix usage counting on phi nodes
This commit is contained in:
parent
921b6b48be
commit
a5ce5f4a65
3 changed files with 22 additions and 8 deletions
|
@ -23,7 +23,7 @@ void EmitPhi(EmitContext& ctx, IR::Inst& inst);
|
|||
void EmitVoid(EmitContext& ctx);
|
||||
void EmitIdentity(EmitContext& ctx, IR::Inst& inst, const IR::Value& value);
|
||||
void EmitConditionRef(EmitContext& ctx, IR::Inst& inst, const IR::Value& value);
|
||||
void EmitReference(EmitContext&);
|
||||
void EmitReference(EmitContext&, const IR::Value& value);
|
||||
void EmitPhiMove(EmitContext& ctx, const IR::Value& phi, const IR::Value& value);
|
||||
void EmitJoin(EmitContext& ctx);
|
||||
void EmitDemoteToHelperInvocation(EmitContext& ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue