1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test/CodeGen/Thumb/trap.ll

13 lines
211 B
LLVM

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