[coco] Pass OpLink to Op/Instr Manager (#935)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 8 Aug 2018 08:32:58 +0000 (17:32 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 8 Aug 2018 08:32:58 +0000 (17:32 +0900)
commita14e1306e224d3d4a4cd9f196597e7a7bbdbe1ca
tree4a6c2fb81c732f2eb5ced4aa1488cc09b09c1d03
parent0f62d1165017a508a5c90d9d62407764669d1d0c
[coco] Pass OpLink to Op/Instr Manager (#935)

This commit revises Op/Instr Manager to take OpLink on construction.

Note that OpLink passed ot Op/Instr Managers is not used, yet.

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