[coco] Support Op destruction (#1369)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 6 Sep 2018 01:31:57 +0000 (10:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 6 Sep 2018 01:31:57 +0000 (10:31 +0900)
commite5a9679eaa9d6146778a0ec3e74e770cbec82f8b
treecf0bda318dbc7f6e1b1339c0015eb7298d4e8693
parent06418a209b83c840a52a46deea69a0944aa5e31f
[coco] Support Op destruction (#1369)

This commit introduces destroy method into OpManager class, which allows
users to destruct Op instances.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/OpManager.h
contrib/coco/core/src/IR/OpManager.cpp
contrib/coco/core/src/IR/OpManager.test.cpp