]> granicus.if.org Git - clang/commit
Fixup codegen for composition of vla types using a normal array type.
authorMike Stump <mrs@apple.com>
Fri, 29 May 2009 17:06:45 +0000 (17:06 +0000)
committerMike Stump <mrs@apple.com>
Fri, 29 May 2009 17:06:45 +0000 (17:06 +0000)
commit8ebefded18aa3c83b6b4ce3713060c94432f9859
tree87fc1a8bb974154eac239c598ef43414b31c6603
parente47590e17725cd37e84bd959d42ea0505b5f1b0d
Fixup codegen for composition of vla types using a normal array type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72578 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp