[coco] Rename GenericKernelLayout class (#2026)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 31 Oct 2018 01:05:55 +0000 (10:05 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 31 Oct 2018 01:05:55 +0000 (10:05 +0900)
commitb83c97a454abbef345f3decb2dcadef53920b5a9
tree8be79091066e75fa7611fb0f928743a660fe23ee
parentfdb747b09fec9b32d52be706bbdc2e28091331cf
[coco] Rename GenericKernelLayout class (#2026)

This commit renames GenericKernelLayout class as Generic class under
KernelLayouts namespace, which makes it consistent with other layout
classes.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR.h
contrib/coco/core/include/coco/IR/GenericKernelLayout.h [deleted file]
contrib/coco/core/include/coco/IR/KernelLayouts.h
contrib/coco/core/include/coco/IR/KernelObject.h
contrib/coco/core/src/IR.test.cpp
contrib/coco/core/src/IR/GenericKernelLayout.cpp [deleted file]
contrib/coco/core/src/IR/KernelLayouts.cpp
contrib/coco/core/src/IR/KernelObject.cpp