[coco] Add 'Block' base implementation (#740)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 00:39:37 +0000 (09:39 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 00:39:37 +0000 (09:39 +0900)
commitab31013e48f6756de520e21b47aeb7ecc4e7e6ad
tree00257705b352287817d6bfb6ca84378f547fc19c
parentf6fe725ef1f5f976f6a63e0e603d343a1d344bab
[coco] Add 'Block' base implementation (#740)

This commit adds the base implementation of 'Block' which has only the
head of instr linked list.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Block.h [new file with mode: 0644]
contrib/coco/core/src/IR/Block.test.cpp [new file with mode: 0644]