* config/rs6000/rs6000.c (htm_expand_builtin) <case 0>: Remove.

From-SVN: r201565
This commit is contained in:
Peter Bergner 2013-08-07 08:21:47 -05:00 committed by Peter Bergner
parent a803975d9c
commit abd566fa5b
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2013-08-07 Peter Bergner <bergner@vnet.ibm.com>
* config/rs6000/rs6000.c (htm_expand_builtin) <case 0>: Remove.
2013-08-06 Caroline Tice <cmtice@google.com>
* gcc.c (VTABLE_VERIFICATION_SPEC): New definition.

View File

@ -11148,9 +11148,6 @@ htm_expand_builtin (tree exp, rtx target, bool * expandedp)
switch (nopnds)
{
case 0:
pat = GEN_FCN (icode) (NULL_RTX);
break;
case 1:
pat = GEN_FCN (icode) (op[0]);
break;