[coco] Introduce BlockIndex class (#1655)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 27 Sep 2018 09:55:06 +0000 (18:55 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 27 Sep 2018 09:55:06 +0000 (18:55 +0900)
commit682d2eddb43e50db962d03c1e2d77d11a1c24157
treeacc5d4c83e0a36a88322f7b0df9c363e9016761f
parentd3a192b25d3100942d07e6c639a4782364d1eb08
[coco] Introduce BlockIndex class (#1655)

This commit introduces BlockIndex class which denotes the index of a
block inside a block list.

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