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

13 lines
218 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=xcore | FileCheck %s
define i32 @test() noreturn nounwind {
entry:
; CHECK: test:
; CHECK: ldc
; CHECK: ecallf
tail call void @llvm.trap( )
unreachable
}
declare void @llvm.trap() nounwind