]> granicus.if.org Git - clang/commit
IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments, it...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 15 Apr 2010 05:09:32 +0000 (05:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 15 Apr 2010 05:09:32 +0000 (05:09 +0000)
commit2df2569679237b4979654a8663cd61aea67ab207
treec2a48d8f611462b90df65df8f1d1ef93c40723db
parent7fb619500404129322af972aab66c369949a2a74
IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments, it is now an immutable object.

Also, add some checking of various invariants that should hold on the CGBitFieldInfo access.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101345 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGRecordLayout.h
lib/CodeGen/CGRecordLayoutBuilder.cpp