re PR target/36121 (config/i386/i386.c: array index out of range)

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.

From-SVN: r134932
This commit is contained in:
H.J. Lu 2008-05-04 15:22:05 +00:00 committed by H.J. Lu
parent 6121961cb8
commit 4d31c3e1cb
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -20873,10 +20873,6 @@ ix86_expand_special_args_builtin (const struct builtin_description *d,
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 ();
}