fix typo in last commit

From-SVN: r54055
This commit is contained in:
Aldy Hernandez 2002-05-30 12:14:33 +00:00
parent 9a171fcd88
commit e3277ffb32
1 changed files with 1 additions and 1 deletions

View File

@ -3860,7 +3860,7 @@ rs6000_expand_ternop_builtin (icode, arglist, target)
|| TREE_INT_CST_LOW (arg2) & ~0xf)
{
error ("argument 3 must be a 4-bit unsigned literal");
return NULL_RTX;
return const0_rtx;
}
break;
default: