Skip to content
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

Mbudiu #42

Merged
merged 11 commits into from
May 7, 2016
Merged

Mbudiu #42

merged 11 commits into from
May 7, 2016

Conversation

mbudiu-bfn
Copy link
Contributor

No description provided.

node->is<IR::AssignmentStatement>() ||
node->is<IR::P4Action>() ||
tn.startsWith("Vector") ||
tn.startsWith("IndexedVector")) {
node->Node::dbprint(str);
Copy link
Contributor

@ChrisDodd ChrisDodd May 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be possible to use node->is<IR::VectorBase>() instead of these two startsWith calls -- VectorBase is the abstract base class of all Vector<T> types.

@ChrisDodd ChrisDodd merged commit 89e257f into master May 7, 2016
@mbudiu-bfn
Copy link
Contributor Author

This looks great. Thank you.

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