diff options
Diffstat (limited to 'gcc/recog.c')
| -rw-r--r-- | gcc/recog.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/gcc/recog.c b/gcc/recog.c index 2fd1126..3038126 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -3315,6 +3315,9 @@ store_data_bypass_p (out_insn, in_insn)  	{  	  rtx exp = XVECEXP (out_pat, 0, i); +	  if (GET_CODE (exp) == CLOBBER) +	    continue; +  	  if (GET_CODE (exp) != SET)  	    abort (); | 
