brintos

brintos / llvm-project-archived public Read only

0
0
Text · 226 B · b81de26 Raw
13 lines · plain
1; RUN: llc < %s -mtriple=xcore | FileCheck %s2define i32 @test() noreturn nounwind  {3entry:4; CHECK-LABEL: test:5; CHECK: ldc6; CHECK: ecallf7	tail call void @llvm.trap( )8	unreachable9}10 11declare void @llvm.trap() nounwind 12 13