1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/CodeGen/Thumb/trap.ll

13 lines
200 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=thumb | FileCheck %s
; rdar://7961298
define void @t() nounwind {
entry:
; CHECK: t:
; CHECK: trap
call void @llvm.trap()
unreachable
}
declare void @llvm.trap() nounwind