Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SPARC / 2008-10-10-InlineAsmRegOperand.ll
blob04113bd1b4d01eb03003fc73930044589e4bf8f1
1 ; RUN: llc < %s -march=sparc
2 ; PR 1557
4 target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-f128:128:128"
5 module asm "\09.section\09.ctors,\22aw\22"
6 module asm "\09.section\09.dtors,\22aw\22"
8 define void @frame_dummy() nounwind {
9 entry:
10         %asmtmp = tail call ptr (ptr) asm "", "=r,0"(ptr @_Jv_RegisterClasses) nounwind         ; <void (i8*)*> [#uses=0]
11         unreachable
14 declare void @_Jv_RegisterClasses(ptr)