[enco] Remove Object Hoist pass from pipeline (#1716)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 2 Oct 2018 04:28:16 +0000 (13:28 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 2 Oct 2018 04:28:16 +0000 (13:28 +0900)
commit841d91de88153d8b7b56fb4453bbb83fd0253c6d
treec9f9d889b92a42ff633e2a50ace049999cadbc2a
parenta96f7eef5ecd2e7f9d5757d6840a7a91acbdd4a1
[enco] Remove Object Hoist pass from pipeline (#1716)

Recently introduced lightweight Identical/Duplicated Object Reduction
passes replace this heavy Object Hoist pass.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/Backend.cpp