13 lines
200 B
LLVM
Raw Normal View History

2012-07-05 17:51:06 -07:00
; 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