[coco] Rename ReadSlot and UpdateSlot (#1420)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Sep 2018 00:42:02 +0000 (09:42 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Sep 2018 00:42:02 +0000 (09:42 +0900)
commite11715251313bf9ae106ff21d9b2e28e2c90a3b9
treea97fbe2f7d68cf71d2175d58467d5e3c2372eee8
parent5a44f392017b465be1b76e564d866248fc4ce681
[coco] Rename ReadSlot and UpdateSlot (#1420)

This commit renames ReadSlot and UpdateSlot as Read/Update similarly as
Dep class.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Read.h [new file with mode: 0644]
contrib/coco/core/include/coco/IR/ReadSlot.h [deleted file]
contrib/coco/core/include/coco/IR/Shuffle.h
contrib/coco/core/include/coco/IR/Update.h [new file with mode: 0644]
contrib/coco/core/include/coco/IR/UpdateSlot.h [deleted file]
contrib/coco/core/src/IR/Read.test.cpp [moved from contrib/coco/core/src/IR/ReadSlot.test.cpp with 57% similarity]
contrib/coco/core/src/IR/Shuffle.cpp
contrib/coco/core/src/IR/Update.test.cpp [moved from contrib/coco/core/src/IR/UpdateSlot.test.cpp with 58% similarity]