1 # RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=+c < %s \
2 # RUN: | llvm-objdump -d -M no-aliases - | FileCheck -check-prefix=CHECK-INST %s
4 # alpha and main are 8 byte alignment
5 # but the alpha function's size is 6
6 # So assembler will insert a c.nop to make sure 8 byte alignment.
18 .size alpha, .Lfunc_end0-alpha
26 .size main, .Lfunc_end1-main