Changeset 614


Ignore:
Timestamp:
Aug 16, 2003, 7:21:25 PM (22 years ago)
Author:
zap
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/gcc/gcc/config/i386/i386.c

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r613 r614  
    22422242             optimizes short structures to SImode or DImode, thus
    22432243             this detection works only for large structs. */
    2244           if (cum->optlink && mode == BLKmode)
     2244          if (cum->optlink
     2245           && !(INTEGRAL_TYPE_P (type)
     2246             || POINTER_TYPE_P (type)))
    22452247            return;
    22462248#endif
Note: See TracChangeset for help on using the changeset viewer.