Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
Mips
/
trap.ll
blob: beb4b894632b8e91a87792128b18fadca5abaaa7 [
file
] [
log
] [
blame
]
; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s
declare
void
@llvm.trap
()
define
void
@f1
()
{
entry
:
call
void
@llvm.trap
()
unreachable
; CHECK: break
}