[cfe-commits] r81423 - in /cfe/trunk: lib/CodeGen/CGDecl.cpp test/CodeGen/blocks-seq.c
Mike Stump
mrs at apple.com
Thu Sep 10 10:24:16 PDT 2009
On Sep 9, 2009, at 6:32 PM, Anders Carlsson wrote:
> Author: andersca
> Date: Wed Sep 9 20:32:12 2009
> New Revision: 81423
>
> URL: http://llvm.org/viewvc/llvm-project?rev=81423&view=rev
> Log:
> Make the forwarding member of block byref structs be a pointer to
> the block byref struct itself.
Wonderful, thanks. I wrote the code before I know about OpaqueType.
Just about every use of BitCast in that file would be ripe for change.
More information about the cfe-commits
mailing list