Remove incorrect NZCV write.

This commit is contained in:
Rot127 2024-05-28 02:38:50 -05:00 committed by Rot127
parent 16baaaf307
commit c302509824

View File

@ -1862,7 +1862,6 @@ def pstatefield4_op : Operand<i32> {
}
// Instructions to modify PSTATE, no input reg
let Defs = [NZCV] in
class PstateWriteSimple<dag iops, string asm, string operands>
: SimpleSystemI<0, iops, asm, operands> {