]> granicus.if.org Git - clang/commit
Simplify bitfield codegen.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Thu, 7 Feb 2008 19:29:53 +0000 (19:29 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Thu, 7 Feb 2008 19:29:53 +0000 (19:29 +0000)
commitd957aa09333ff428f9675fb9f66dde632c2bcf5d
treeca4754ad26061e89ee1e397be42f0afa9f5fea9c
parent8432f4b4cdd1707f7f5dc06f35b4597dca252f2c
Simplify bitfield codegen.
Fix codegen of struct { short a[3]; int b:15; }.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46859 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGExpr.cpp
CodeGen/CodeGenTypes.cpp
test/CodeGen/bitfield.c