Use C99 aggregate literal syntax for first-class struct and array values.
authorDan Gohman <gohman@apple.com>
Wed, 23 Jul 2008 18:41:03 +0000 (18:41 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 23 Jul 2008 18:41:03 +0000 (18:41 +0000)
commit1a24539405bb1adb7198c8ebafc6cd82218c604b
tree97d77105f53bc63d13b3894a737e2ed303b80155
parent92e87f23791851efb8f6a13c29bffe48f2850527
Use C99 aggregate literal syntax for first-class struct and array values.
This fixes several recent CBE regressions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53958 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp