| 75 | |
| 76 | |
| 77 | int |
| 78 | OSLCompilerImpl::emitcode (const char *opname, size_t nargs, Symbol **args, |
| 79 | ASTNode *node) |
| 80 | { |
| 81 | // Reduce to a call to insert_code at the end of the ops |
| 82 | return insert_code ((int) m_ircode.size(), opname, nargs, args, node); |
| 83 | } |
| 84 | |
| 85 | |
| 86 |