[coco] 'Block' as a child of 'Module' (#755)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 05:31:51 +0000 (14:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 05:31:51 +0000 (14:31 +0900)
commit49155703677684551fb7d1466775adcac43a84c0
tree9a819a0b7b72b77f3f21e1ad9582af537f733543
parent25addb088184c6719109905a53d2f4e897d3720f
[coco] 'Block' as a child of 'Module' (#755)

This commit introduces 'BlockList' alias, and introduces dummy 'head'
implementation required by 'DLinkedList' trait.

This dummy 'head' implementation will be replaced with the concreate one
later.

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