| commit | c85ea8e17502b37aab4b2114de1def0297cb30c5 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Jun 29 22:00:45 2010 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Jun 29 22:00:45 2010 +0000 |
| tree | 127daa40c4e1e8eca00066fee256de06800df4f6 | |
| parent | 090d62e7cc53dddb451a120d3d10dd84a296e465 [diff] |
IRgen: Assignment to Objective-C properties shouldn't reload the value (which would trigger an extra method call). - While in the area, I also changed Clang to not emit an unnecessary load from 'x' in cases like 'y = (x = 1)'. llvm-svn: 107210