Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Generic / call-ret42.ll
blob95cc28625aa6a7627185b2b17f3feb0ae42edc76
1 ; RUN: llc < %s
3 define i32 @foo(i32 %x) {
4         ret i32 42
7 define i32 @main() {
8         %r = call i32 @foo( i32 15 )            ; <i32> [#uses=1]
9         ret i32 %r