The predicate IsPureProcedure() crashes with infinite
recursion when presented with mutually recursive statement
functions -- an error case that should be recoverable.
Fix by adding a visited set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo