[exo] refactoring: rearranging if.. else.. in FuseBiasAddPass (#8479)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Fri, 25 Oct 2019 07:40:06 +0000 (16:40 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 25 Oct 2019 07:40:06 +0000 (16:40 +0900)
commitc316152f8b5ec874a8fb151b64a4d304af458e04
tree4f334beb12f98ceecdc643a0aa1751ee53b9fc2d
parent1fd3c43c21a3c36b032d0bf88d593cf2e99f5e8b
[exo] refactoring: rearranging if.. else.. in FuseBiasAddPass (#8479)

This re-arranges `if (abnormal case) else if (normal case)` to `if (normal case) else if (abnormal case)` for better readability.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
compiler/exo/src/Pass/FuseBiasAddPass.cpp