Bug fix in LOC LOC CII ZEQ/ZNE pattern
authorceriel <none@none>
Thu, 14 Nov 1991 13:20:55 +0000 (13:20 +0000)
committerceriel <none@none>
Thu, 14 Nov 1991 13:20:55 +0000 (13:20 +0000)
mach/i86/ncg/table

index b806674..97e0cfe 100644 (file)
@@ -2043,12 +2043,12 @@ kills ALL
 gen joehoe {label,".cuu"}              yields %3
 
 pat loc loc cii zeq $1==1 && $2==2
-with GENREG
+with GENREG STACK
 gen test %1.1
     je {label, $4}
 
 pat loc loc cii zne $1==1 && $2==2
-with GENREG
+with GENREG STACK
 gen test %1.1
     jne {label, $4}