Commit 021bad8e by Douglas B Rupp Committed by Douglas Rupp

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

From-SVN: r65431
parent 72f339d2
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
......
......@@ -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));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment