[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / Mips / trap.ll
blobbeb4b894632b8e91a87792128b18fadca5abaaa7
1 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s
3 declare void @llvm.trap()
5 define void @f1() {
6 entry:
7   call void @llvm.trap()
8   unreachable
10 ; CHECK:        break