Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Mips / trap1.ll
blob575574a0a3b1ab33d5495e81c6949f7a245531d3
1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
3 declare void @llvm.trap()
5 ; Function Attrs: nounwind optsize readnone
6 define i32 @main()  {
7 entry:
8   call void @llvm.trap()
9   unreachable
10 ; pic: break 0
11   ret i32 0