[coco] Support Block Destruction (#865)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 2 Aug 2018 01:30:38 +0000 (10:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 2 Aug 2018 01:30:38 +0000 (10:30 +0900)
commit75f9447772bfd30d4141857c329066a7e558b866
tree2278d75aed561be258e067cd91b5e15ce8a02814
parentc0b146fc5e8691b35e020593d02195b1c9faa458
[coco] Support Block Destruction (#865)

This commit introduces 'destroy' method to BlockManager which allows us
to destruct allocated blocks.

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