This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ppc: missed one


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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]