Incrementing counter variable is inside the if statement. If the code does not enter there, the while loop will iterate infinitely. This revision moves the codes outside of if statement.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo