mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 05:50:11 +01:00
nine: Don't use the otherwise-dead SFL opcode in an unreachable path.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Axel Davy <axel.davy@ens.fr> Reviewed-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
parent
057e6e5251
commit
7c0acd8535
1 changed files with 1 additions and 1 deletions
|
|
@ -1615,7 +1615,7 @@ sm1_insn_flags_to_tgsi_setop(BYTE flags)
|
|||
case NINED3DSHADER_REL_OP_LE: return TGSI_OPCODE_SLE;
|
||||
default:
|
||||
assert(!"invalid comparison flags");
|
||||
return TGSI_OPCODE_SFL;
|
||||
return TGSI_OPCODE_SGT;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue