Bug fix in LOC LOC CII ZEQ/ZNE pattern
This commit is contained in:
parent
13a0dec2f6
commit
9cfb64d5c2
1 changed files with 2 additions and 2 deletions
|
@ -2043,12 +2043,12 @@ kills ALL
|
||||||
gen joehoe {label,".cuu"} yields %3
|
gen joehoe {label,".cuu"} yields %3
|
||||||
|
|
||||||
pat loc loc cii zeq $1==1 && $2==2
|
pat loc loc cii zeq $1==1 && $2==2
|
||||||
with GENREG
|
with GENREG STACK
|
||||||
gen test %1.1
|
gen test %1.1
|
||||||
je {label, $4}
|
je {label, $4}
|
||||||
|
|
||||||
pat loc loc cii zne $1==1 && $2==2
|
pat loc loc cii zne $1==1 && $2==2
|
||||||
with GENREG
|
with GENREG STACK
|
||||||
gen test %1.1
|
gen test %1.1
|
||||||
jne {label, $4}
|
jne {label, $4}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue