]> granicus.if.org Git - clang/commit
Enable the new constant struct builder by default. The old code is still in place...
authorAnders Carlsson <andersca@mac.com>
Mon, 27 Jul 2009 05:54:15 +0000 (05:54 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 27 Jul 2009 05:54:15 +0000 (05:54 +0000)
commit8dca3b3d09ff48b3ec528cd603f835f120c4d9ee
tree3b6b3ed3b83177a439b71cdf232561e514d8267d
parent22bfc7bce3de6da854b6374c6f14e12121315919
Enable the new constant struct builder by default. The old code is still in place but will be removed shortly. The new struct builder works on big endian systems.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77185 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp
test/CodeGen/PR3613-static-decl.c
test/CodeGen/const-init.c
test/CodeGen/designated-initializers.c