]> granicus.if.org Git - clang/commit
Move where block-related variables are initialized so that block
authorEli Friedman <eli.friedman@gmail.com>
Sat, 28 Mar 2009 03:24:54 +0000 (03:24 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 28 Mar 2009 03:24:54 +0000 (03:24 +0000)
commit48f9122dc6f1f1cef540246b0412d8ff9e90a868
treebda2c1d8232c8bd25d7b34e9f6a5db5c572eabad
parent3ded2006e60424de131b6ef246268ebe86b4299d
Move where block-related variables are initialized so that block
types don't get generated when blocks aren't used.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67898 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CodeGenFunction.cpp
test/CodeGen/const-init.c