when emitting pointer load from an lvalue or storing to an lvalue,
commit12569fb55db2a8181711ac134b7479155db4f838
authorChris Lattner <sabre@nondot.org>
Sun, 10 Jul 2011 03:38:35 +0000 (10 03:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Jul 2011 03:38:35 +0000 (10 03:38 +0000)
treedb1a54df66eb8b11645119eabbb3d184fb070132
parent0989bf7b7a5abaf5a7764c32921d7eafa316ba58
when emitting pointer load from an lvalue or storing to an lvalue,
do an explicit bitcast to whatever ConvertType produces.  This will
go with the next patch.

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