Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
ff2a85246c6d5276aefd860eb658548c6d53b9e9
/
.
/
test
/
CodeGen
/
XCore
/
trap.ll
blob: ef0dfd634009767d56acd5ae8953c7278a3df288 [
file
]
; RUN: llc < %s -march=xcore | FileCheck %s
define
i32
@test
()
noreturn
nounwind
{
entry
:
; CHECK-LABEL: test:
; CHECK: ldc
; CHECK: ecallf
tail
call
void
@llvm.trap
(
)
unreachable
}
declare
void
@llvm.trap
()
nounwind