Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ir: allow callee of function type in NewCall
Prior to this commit, the callee had to be of pointer to function type (as is the type of functions declared in the global scope of the module). However, to allow inline asm values to have function type instead of pointer to function type, the type checking of NewCall is relaxed. Fixes llir#33.
- Loading branch information