Skip to content

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