forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reapply "Make test independent of function processing order"
This reverts commit 29d6170. I missed adding back the REQUIRES line. Original commit message: Make test independent of function processing order This test verifies copy-on-write optimizations based on array semantics happen correctly. We test that if SIL has the right form in cowarray_opts.sil these optimizations happen. But I believe that it is important to test that SIL has the right form when we get to the cow hoisting pass. This test verifies this. Unfortunately, this requires a swift test case. rdar://23681223
- Loading branch information
1 parent
d81df69
commit 212110e
Showing
1 changed file
with
60 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters