summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/assign.c
Commit message (Collapse)AuthorAgeFilesLines
* IRgen: Assignment to Objective-C properties shouldn't reload the value (whichDaniel Dunbar2010-06-291-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
OpenPOWER on IntegriCloud