brintos

brintos / llvm-project-archived public Read only

0
0
Text · 411 B · cf71f5f Raw
15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc  -O0 -mtriple=mipsel-linux-gnu -global-isel  -verify-machineinstrs %s -o -| FileCheck %s -check-prefixes=MIPS323 4  declare void @llvm.trap()5 6  define void @f() {7; MIPS32-LABEL: f:8; MIPS32:       # %bb.0:9; MIPS32-NEXT:    break10; MIPS32-NEXT:    jr $ra11; MIPS32-NEXT:    nop12    call void @llvm.trap()13    ret void14  }15