]> granicus.if.org Git - clang/commit
Fixup codegen for __block int i; i += rhs();. Should also slightly
authorMike Stump <mrs@apple.com>
Fri, 22 May 2009 19:07:20 +0000 (19:07 +0000)
committerMike Stump <mrs@apple.com>
Fri, 22 May 2009 19:07:20 +0000 (19:07 +0000)
commitcc0442fa28e5d1f403f820dcdee49911c3e622a9
treedf7f7a5e4575f020176ecbc97e2702d28b36734e
parente027a4b2399e9b0acfe0f77220c66bbe369067ee
Fixup codegen for __block int i; i += rhs();.  Should also slightly
improve codegen in some cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp
test/CodeGen/blocks-seq.c