From: Jeff Law Date: Tue, 14 Apr 1998 08:04:17 +0000 (-0600) Subject: combine.c (simplify_rtx, [...]): Respect value of TRULY_NOOP_TRUNCATION. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5daf0986fe2946d7dd9704cfe3e2407e98f2637;p=gcc.git combine.c (simplify_rtx, [...]): Respect value of TRULY_NOOP_TRUNCATION. � * combine.c (simplify_rtx, case TRUNCATE): Respect value of TRULY_NOOP_TRUNCATION. From-SVN: r19203 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80339578c1a..807455c77ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 14 09:02:32 1998 Jeffrey A Law (law@cygnus.com) + + * combine.c (simplify_rtx, case TRUNCATE): Respect value of + TRULY_NOOP_TRUNCATION. + Mon Apr 13 11:31:49 1998 Jason Merrill * tree.h (BINFO_OFFSET_ZEROP): Use integer_zerop.