* config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.

From-SVN: r65431
This commit is contained in:
Douglas B Rupp 2003-04-10 18:55:33 +00:00 committed by Douglas Rupp
parent 72f339d273
commit 021bad8e4f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-04-10 Douglas B Rupp <rupp@gnat.com>
* config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
2003-04-10 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache

View File

@ -15347,7 +15347,7 @@ ix86_ms_bitfield_layout_p (record_type)
tree record_type;
{
return (TARGET_USE_MS_BITFIELD_LAYOUT &&
!lookup_attribute ("gcc_struct", TYPE_ATTRIBUTES (record_type)))
!lookup_attribute ("gcc_struct", TYPE_ATTRIBUTES (record_type)))
|| lookup_attribute ("ms_struct", TYPE_ATTRIBUTES (record_type));
}