[ownership] Enable ownership lowering /after/ the diagnostic passes.

I also updated the last group of straggling tests.
This commit is contained in:
Michael Gottesman
2019-11-02 15:27:21 -07:00
parent 0567c2af79
commit 269762eee3
17 changed files with 144 additions and 111 deletions

View File

@@ -46,7 +46,7 @@ public var readOnlyVar: Int { get }
public var readWriteVar: Int { get set }
public func verySimpleFunction()
// CHECK: sil [serialized] [exact_self_class] [canonical] @$s13SerializedSIL9TestClassCACycfC : $@convention(method) (@thick TestClass.Type) -> @owned TestClass {
// CHECK: sil [serialized] [exact_self_class] [canonical] [ossa] @$s13SerializedSIL9TestClassCACycfC : $@convention(method) (@thick TestClass.Type) -> @owned TestClass {
// NEGATIVE-NOT: {{sil .*@.+storedProp}}