fixed labeldefs so that registers are killed
authorceriel <none@none>
Mon, 29 Oct 1990 16:39:39 +0000 (16:39 +0000)
committerceriel <none@none>
Mon, 29 Oct 1990 16:39:39 +0000 (16:39 +0000)
mach/i86/ncg/table

index 2f49ed6..a0f69b2 100644 (file)
@@ -2721,10 +2721,12 @@ pat loc cmu zne $1<256 && $1>=0 && $2==2 call loccmuzxx("jne")
 
 pat lab topeltsize($1)==2 && !fallthrough($1)
   with STACK
+  kills ALL
   gen labeldef $1                 yields ax
 
 pat lab topeltsize($1)==2 && fallthrough($1)
   with ACC STACK
+  kills ALL
   gen labeldef $1                 yields ax
 
 pat lab topeltsize($1)!=2