brintos

brintos / llvm-project-archived public Read only

0
0
Text · 146 B · 67d1a7a Raw
10 lines · plain
1; RUN: llc < %s2define i32 @test() noreturn nounwind  {3entry:4	tail call void @llvm.trap( )5	unreachable6}7 8declare void @llvm.trap() nounwind 9 10