Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In --print-ir, explicitly show CallStatic and CallDyn (#539)
Previously, --print-ir didn't distinguish between CallStatic and CallDyn x2 <- f(x1) Now it shows which one it is. x2 <- CallStatic f(x1) x2 <- CallDyn g(x1)
- Loading branch information