[coco] Add 'FeatureInstr' class (#752)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 01:26:23 +0000 (10:26 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 01:26:23 +0000 (10:26 +0900)
commit21073d2befbe9a41ae7200adb8b006b345c44a1c
tree66710cba595fd7ae71e10bc249f84c87f574e97d
parent85e377e96df0b0a0f9abf80b8e1fa176d92799f9
[coco] Add 'FeatureInstr' class (#752)

This commit adds 'FeatureInstr' class which inherits 'Instr' class.

'Featureinstr' class will serve as a base interface for all feature
-to-feature instructions.

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