OSDN Git Service

fix typo in last commit
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 May 2002 12:14:33 +0000 (12:14 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 May 2002 12:14:33 +0000 (12:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54055 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/rs6000.c

index 350c4f9..17fdd33 100644 (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: