Skip to content

Comments

Add a missing return statement in ConstantSubstitution.cpp#71

Open
smallzhong wants to merge 1 commit intobluesadi:kanxuefrom
smallzhong:kanxue
Open

Add a missing return statement in ConstantSubstitution.cpp#71
smallzhong wants to merge 1 commit intobluesadi:kanxuefrom
smallzhong:kanxue

Conversation

@smallzhong
Copy link

The original implementation of ConstantSubstitution::runOnFunction was missing a return statement, despite the function signature expecting a bool return type. This change adds the missing return true; statement at the end of the function.

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.

1 participant