]> granicus.if.org Git - clang/commit
Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitConstantExpr...
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 19 Feb 2008 19:27:31 +0000 (19:27 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 19 Feb 2008 19:27:31 +0000 (19:27 +0000)
commit145cd89f9233d375381aa13bd28b2d36f83e6181
tree0bf79946438e7f84afbf98025ad4b847b850144c
parent5d3003a9d10cc6da4ef716c350bf53c187774c93
Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitConstantExpr method when
possible.
Fix mediabench/mpeg2/mpeg2dec test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47336 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGExprAgg.cpp
test/CodeGen/init.c