summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ObjCARC/retain-block-side-effects.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-1/+4
| | | | | | | Listing all of the attributes for the callee of a call/invoke instruction is way too much and makes the IR unreadable. Use references to attributes instead. llvm-svn: 175877
* objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman2011-09-141-0/+39
in memory relevant to the optimizer. rdar://10050579. llvm-svn: 139708
OpenPOWER on IntegriCloud