Skip to content

[mandatory-inline] Roll some more acceptable callee checks from runOnFunctionRecursively into getCalleeFunction. NFC. #11860

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

Merged
merged 1 commit into from
Sep 12, 2017

Conversation

gottesmm
Copy link
Contributor

[mandatory-inline] Roll some more acceptable callee checks from runOnFunctionRecursively into getCalleeFunction. NFC.

I also did a little bit of cleaning up by converting a couple of

Type *F = dyn_cast(X).

To:

auto *F = dyn_cast(X).

rdar://31521023

…FunctionRecursively into getCalleeFunction. NFC.

I also did a little bit of cleaning up by converting a couple of

  Type *F = dyn_cast<Type>(X).

To:

  auto *F = dyn_cast<Type>(X).

rdar://31521023
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test and merge

@swift-ci swift-ci merged commit d6fb3c5 into swiftlang:master Sep 12, 2017
@gottesmm gottesmm deleted the pr-4655275dd4 branch September 12, 2017 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants