Commit e3277ffb by Aldy Hernandez

fix typo in last commit

From-SVN: r54055
parent 9a171fcd
...@@ -3860,7 +3860,7 @@ rs6000_expand_ternop_builtin (icode, arglist, target) ...@@ -3860,7 +3860,7 @@ rs6000_expand_ternop_builtin (icode, arglist, target)
|| TREE_INT_CST_LOW (arg2) & ~0xf) || TREE_INT_CST_LOW (arg2) & ~0xf)
{ {
error ("argument 3 must be a 4-bit unsigned literal"); error ("argument 3 must be a 4-bit unsigned literal");
return NULL_RTX; return const0_rtx;
} }
break; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment