[loco] add alias before renaming pad class (#7377)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Wed, 11 Sep 2019 06:31:17 +0000 (15:31 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 11 Sep 2019 06:31:17 +0000 (15:31 +0900)
This commit is getting ready for renaming pad class.

Related: #7357

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
compiler/loco/include/loco/IR/Pad.h

index 8a48e51..828dc3f 100644 (file)
@@ -68,6 +68,8 @@ private:
   uint32_t _right;
 };
 
+using Padding2D = Pad<2>;
+
 } // namespace loco
 
 #endif // __LOCO_IR_PAD_H__