Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DoConstantFolding: make typeMap param const
The DoConstantFolding constructor takes a `TypeMap` parameter (typeMap) and stores it in a `const TypeMap` variable. Add the `const` keyword for the parameter. (It does not need to be non-const.)
- Loading branch information