Changeset 614
- Timestamp:
 - Aug 16, 2003, 7:21:25 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gcc/gcc/config/i386/i386.c (modified) (1 diff, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gcc/gcc/config/i386/i386.c
- 
Property       cvs2svn:cvs-rev
 changed from       
1.5to1.6 
r613 r614 2242 2242 optimizes short structures to SImode or DImode, thus 2243 2243 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))) 2245 2247 return; 2246 2248 #endif  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  