Make the LValue created in EmitValueForIvarAtOffset have the same Qualifiers in the...
authorNick Lewycky <nicholas@mxc.ca>
Mon, 10 Oct 2016 20:07:13 +0000 (20:07 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 10 Oct 2016 20:07:13 +0000 (20:07 +0000)
commit6fdfaedd9d8ceec6c7cf845b2a0ea965a7aa949b
tree306f4fc420c3cca875e79027e0cab0a18ef6ed28
parent4765c01981465c38b5e23e136cf8f7802baf252c
Make the LValue created in EmitValueForIvarAtOffset have the same Qualifiers in the LValue as the QualType in the LValue. No functionality change intended.

llvm-svn: 283795
clang/lib/CodeGen/CGObjCRuntime.cpp