Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv-cc: Rename variables in flattening example to avoid confusion
The use of f and g to mean different things is highly confusing. See #366 Signed-off-by: Jessica Clarke <[email protected]>
- Loading branch information
a8110bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This addresses the confusion that caused me to file #366. Thanks.