Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
daf1a5f94e4bd7ac2fd97b9e5763e0e96533d18d
/
.
/
llvm
/
test
/
CodeGen
/
Hexagon
/
trap-unreachable.ll
blob: 74bc104afafe10d741d7c5f55c0bd6474b72de13 [
file
] [
log
] [
blame
]
Krzysztof Parzyszek
daf1a5f
2017-09-06 16:22:55 +0000
[
diff
] [
blame^
]
1
; RUN: llc -march=hexagon -hexagon-trap-unreachable < %s | FileCheck %s
2
; CHECK: call abort
3
4
define
void
@fred
()
#
0
{
5
unreachable
6
}
7
8
attributes
#
0
=
{
nounwind
}