* combine.c (simplify_shift_const): Fix typo in last change.
From-SVN: r17573
This commit is contained in:
parent
4de160dd62
commit
b577a8ffce
@ -1,3 +1,7 @@
|
||||
Sun Feb 1 03:32:07 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* combine.c (simplify_shift_const): Fix typo in last change.
|
||||
|
||||
Sun Feb 1 02:50:46 1998 John Carr <jfc@mit.edu>
|
||||
|
||||
* combine.c (simplify_shift_const): (lshiftrt (truncate (lshiftrt)))
|
||||
|
@ -8795,7 +8795,8 @@ simplify_shift_const (x, code, result_mode, varop, count)
|
||||
&& GET_CODE (XEXP (varop, 0)) == LSHIFTRT
|
||||
&& GET_CODE (XEXP (XEXP (varop, 0), 1)) == CONST_INT
|
||||
&& (INTVAL (XEXP (XEXP (varop, 0), 1))
|
||||
>= (GET_MODE_BITSIZE (GET_MODE (XEXP (varop, 0))) - GET_MODE_BITSIZE (varop))))
|
||||
>= (GET_MODE_BITSIZE (GET_MODE (XEXP (varop, 0)))
|
||||
- GET_MODE_BITSIZE (GET_MODE (varop)))))
|
||||
{
|
||||
rtx varop_inner = XEXP (varop, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user