mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 15:18:45 +00:00
remove EmitSLessThan
This commit is contained in:
parent
a8c504d352
commit
5c75da8abc
1 changed files with 0 additions and 4 deletions
|
@ -242,10 +242,6 @@ Id EmitUClamp32(EmitContext& ctx, IR::Inst* inst, Id value, Id min, Id max) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
Id EmitSLessThan(EmitContext& ctx, Id lhs, Id rhs) {
|
|
||||||
return ctx.OpSLessThan(ctx.U1[1], lhs, rhs);
|
|
||||||
}
|
|
||||||
|
|
||||||
Id EmitULessThan(EmitContext& ctx, Id lhs, Id rhs) {
|
Id EmitULessThan(EmitContext& ctx, Id lhs, Id rhs) {
|
||||||
return ctx.OpULessThan(ctx.U1[1], lhs, rhs);
|
return ctx.OpULessThan(ctx.U1[1], lhs, rhs);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue