[nest] Add 'VarID' class (#655)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 16 Jul 2018 02:21:43 +0000 (11:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 16 Jul 2018 02:21:43 +0000 (11:21 +0900)
commit718e547316f88ee9fe55cdabf92b0c30790073f0
treeb89230d4dd296ea94b8e563277139cf08a4a6f77
parent81910b22bd59874735183fa857efe2304f352f7a
[nest] Add 'VarID' class (#655)

This commit adds 'VarID' class which is an internal representation of
nest variables (in IR).

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nest/.FORMATCHECKED [new file with mode: 0644]
contrib/nest/CMakeLists.txt [new file with mode: 0644]
contrib/nest/include/nest/VarID.h [new file with mode: 0644]
contrib/nest/src/VarID.cpp [new file with mode: 0644]
contrib/nest/src/VarID.test.cpp [new file with mode: 0644]