brintos

brintos / llvm-project-archived public Read only

0
0
Text · 281 B · c0c6146 Raw
14 lines · plain
1; RUN: llc -mtriple=mipsel-linux-gnu -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic2 3declare void @llvm.trap()4 5; Function Attrs: nounwind optsize readnone6define i32 @main()  {7entry:8  call void @llvm.trap()9  unreachable10; pic: break 011  ret i32 012}13 14