Commit abd566fa by Peter Bergner Committed by Peter Bergner

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

From-SVN: r201565
parent a803975d
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> 2013-08-06 Caroline Tice <cmtice@google.com>
* gcc.c (VTABLE_VERIFICATION_SPEC): New definition. * gcc.c (VTABLE_VERIFICATION_SPEC): New definition.
......
...@@ -11148,9 +11148,6 @@ htm_expand_builtin (tree exp, rtx target, bool * expandedp) ...@@ -11148,9 +11148,6 @@ htm_expand_builtin (tree exp, rtx target, bool * expandedp)
switch (nopnds) switch (nopnds)
{ {
case 0:
pat = GEN_FCN (icode) (NULL_RTX);
break;
case 1: case 1:
pat = GEN_FCN (icode) (op[0]); pat = GEN_FCN (icode) (op[0]);
break; break;
......
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