PR target/36121
* config/i386/i386.c (ix86_expand_special_args_builtin): Remove
3 argument handling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134932
138bc75d-0d04-0410-961f-
82ee72b054a4
+2008-05-04 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR target/36121
+ * config/i386/i386.c (ix86_expand_special_args_builtin): Remove
+ 3 argument handling.
+
2008-05-04 David S. Miller <davem@davemloft.net>
* config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes.
case 2:
pat = GEN_FCN (icode) (target, args[0].op, args[1].op);
break;
- case 3:
- pat = GEN_FCN (icode) (target, args[0].op, args[1].op,
- args[2].op);
- break;
default:
gcc_unreachable ();
}