1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/CodeGen/ARM/trap.ll

13 lines
198 B
LLVM
Raw Normal View History

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