summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/selector-ref-invariance.m
Commit message (Collapse)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
| | | | llvm-svn: 230795
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-1/+1
| | | | | | Simply marking the symbol private conveys the desire to hide them to LLVM. llvm-svn: 221451
* Add invariant.load metadata to loads from selector references. Allows these ↵Pete Cooper2011-11-101-0/+9
loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> llvm-svn: 144318
OpenPOWER on IntegriCloud