i386.c (type_natural_mode): Fix typo.

2016-03-02  Richard Biener  <rguenther@suse.de>

	* config/i386/i386.c (type_natural_mode): Fix typo.

From-SVN: r233901
This commit is contained in:
Richard Biener 2016-03-02 10:04:43 +00:00 committed by Richard Biener
parent 868ae3b3a7
commit 04c5ee2430
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-03-02 Richard Biener <rguenther@suse.de>
* config/i386/i386.c (type_natural_mode): Fix typo.
2016-03-02 Nick Clifton <nickc@redhat.com>
* config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.

View File

@ -7795,7 +7795,7 @@ type_natural_mode (const_tree type, const CUMULATIVE_ARGS *cum,
machine_mode innermode = TYPE_MODE (TREE_TYPE (type));
/* There are no XFmode vector modes. */
if (innermode = XFmode)
if (innermode == XFmode)
return mode;
if (TREE_CODE (TREE_TYPE (type)) == REAL_TYPE)