This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
ppc: missed one
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: dje at watson dot ibm dot com, gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 May 2002 05:13:50 -0700
- Subject: ppc: missed one
- Reply-to: aldyh at redhat dot com
poop. missed one in the last commit.
fixed.
Index: rs6000.c
===================================================================
RCS file: /cvs/uberbaum/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.327
diff -c -p -r1.327 rs6000.c
*** rs6000.c 30 May 2002 12:07:10 -0000 1.327
--- rs6000.c 30 May 2002 12:13:21 -0000
*************** rs6000_expand_ternop_builtin (icode, arg
*** 3860,3866 ****
|| TREE_INT_CST_LOW (arg2) & ~0xf)
{
error ("argument 3 must be a 4-bit unsigned literal");
! return NULL_RTX;
}
break;
default:
--- 3860,3866 ----
|| TREE_INT_CST_LOW (arg2) & ~0xf)
{
error ("argument 3 must be a 4-bit unsigned literal");
! return const0_rtx;
}
break;
default: