]> granicus.if.org Git - clang/commit
enhance EmitLValueForFieldInitialization to do the proper pointer adjustment, allowing
authorChris Lattner <sabre@nondot.org>
Sun, 10 Jul 2011 05:53:24 +0000 (05:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Jul 2011 05:53:24 +0000 (05:53 +0000)
commit1b5ba858e4628049a7105257fa712b4ab93c0a62
tree9ff28cbdef46c735ef81b72543e02c18427560dc
parentaa01d26e6bf177aba365a7adce62cea6ceccfa5b
enhance EmitLValueForFieldInitialization to do the proper pointer adjustment, allowing
us to revert the other half of r134860.  Now things are back to a relatively tidy state.

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