Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ObjC][ARC] Skip debug instructions when computing the insert point of | Akira Hatanaka | 2019-09-19 | 1 | -0/+39 |
objc_release calls This fixes a bug where the presence of debug instructions would cause ARC optimizer to change the order of retain and release calls. rdar://problem/55319419 llvm-svn: 372352 |