[coco] Maintain UpdateSet instead of UpdaterSet (#1437)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Sep 2018 02:58:11 +0000 (11:58 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Sep 2018 02:58:11 +0000 (11:58 +0900)
commitdcffc3d176c6e6e9b3ed5b1fcb8013eac3d1e2e5
tree8ce43c986fa9f51fab4b0053b376122f2ef821ae
parent2df14bf0e928107045177e3483dd789d397c7240
[coco] Maintain UpdateSet instead of UpdaterSet (#1437)

This commit rewrites BagInfo to maintain UpdateSet instead of
UpdaterSet, which is necessary to support Bag-to-Bag substitution.

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