summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/blocks-seq.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixup codegen for __block int i; i += rhs();. Should also slightlyMike Stump2009-05-221-2/+7
| | | | | | improve codegen in some cases. llvm-svn: 72273
* Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhsMike Stump2009-05-211-0/+13
evaluated first. This can also improve codegen just a bit as we might have another register to play with for the evaluation of the rhs. llvm-svn: 72226
OpenPOWER on IntegriCloud