-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typos: test/SILGen
#75029
Typos: test/SILGen
#75029
Conversation
Conflict creeped in. |
4bbfb45
to
6ce5c67
Compare
4eee61e
to
4359ad9
Compare
@AnthonyLatsis I think this is merge ready? If tests pass :) |
test/SILGen/initializers.swift
Outdated
@@ -800,7 +800,7 @@ class ThrowDerivedClass : ThrowBaseClass { | |||
// CHECK: try_apply [[UNWRAP_FN]]({{%.*}}) : $@convention(thin) (Int) -> (Int, @error any Error), normal [[NORMAL_BB:bb[0-9]+]], error [[ERROR_BB:bb[0-9]+]] | |||
// | |||
// Now we emit the call to the initializer. Notice how we return self back to | |||
// its memory locatio nbefore any other work is done. | |||
// its memory locations nbefore any other work is done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It really looks like this is meant to be
// its memory locations nbefore any other work is done. | |
// its memory location before any other work is done. |
no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adrian-prantl thx, right you are. Fixed!
4359ad9
to
89db0cd
Compare
@swift-ci please smoke test |
Fix typos in
test/SILGen
This is one batch of many PRs fixing typos, see the tracking issue.