]> granicus.if.org Git - clang/commit
simplify the clang codegen by using the new Builder.CreateStructGEP method.
authorChris Lattner <sabre@nondot.org>
Wed, 19 Mar 2008 05:19:41 +0000 (05:19 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Mar 2008 05:19:41 +0000 (05:19 +0000)
commit36b6a0a63e87803a85080c639ad8b61e8bb5f9ee
tree7bf236cc8f479fc39ebee8e8a9cf31f7e160de5c
parentd6c1360c2bf234c73572a865f119d0518aca8154
simplify the clang codegen by using the new Builder.CreateStructGEP method.

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