Skip to content

Commit

Permalink
Fixes for upstream. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy authored Oct 6, 2024
1 parent 916af69 commit a587f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MidEnd : public PassManager {
MidEnd() {
addPasses({
new P4::TypeChecking(&refMap, &typeMap, true),
new P4::ConstantFolding(&refMap, &typeMap),
new P4::ConstantFolding(&typeMap),
});
}
};
Expand Down

0 comments on commit a587f79

Please sign in to comment.