Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IRgen: Assignment to Objective-C properties shouldn't reload the value (which | Daniel Dunbar | 2010-06-29 | 1 | -0/+32 |
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 |