Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error with return statement in for-loop body
This error occurred when a return statement was in for-loop body. After parsing loop body, "body_" was assigned NULL as the return value, causing the compiler to failed in correctly connect "inc_" and "cond_start" basic blocks. This error can be analyzed by examining the CFG.dot file.
- Loading branch information