[CSKY][NFC] Fix the compiling error of CSKYAsmPrinter.cpp
authorZi Xuan Wu (Zeson) <zixuan.wu@linux.alibaba.com>
Mon, 28 Nov 2022 05:47:26 +0000 (13:47 +0800)
committerZi Xuan Wu <zixuan.wu@linux.alibaba.com>
Mon, 28 Nov 2022 05:49:11 +0000 (13:49 +0800)
commite52a41d0a2c1f880c0a99642ead09984448dd848
treecce89ede685d1215cfbd1eeeb7af6ddb4d40bbc1
parenta273c40820f78d8b08e411897eee84dbda983488
[CSKY][NFC] Fix the compiling error of CSKYAsmPrinter.cpp

emitValueToAlignment API changes the interface to use Align object to
wrap integer.
llvm/lib/Target/CSKY/CSKYAsmPrinter.cpp