Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Budiu <[email protected]>
  • Loading branch information
Mihai Budiu committed Nov 10, 2022
1 parent 2860379 commit 39b25bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/p4/typeChecking/typeChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ const IR::Node* TypeInference::postorder(IR::InvalidHeader* expression) {
return expression;
}

const IR::Node* TypeInference::postorder(IR::VectorExpression* expression) {
const IR::Node* TypeInference::postorder(IR::P4ListExpression* expression) {
if (done()) return expression;
bool constant = true;
auto elementType = getTypeType(expression->elementType);
Expand Down

0 comments on commit 39b25bd

Please sign in to comment.