DEBSOURCES
Skip Quicknav
sources / llvm-2.9 / 2.9%2Bdfsg-7 / test / CodeGen / Generic / trap.ll
123456789
; RUN: llc < %s define i32 @test() noreturn nounwind { entry: tail call void @llvm.trap( ) unreachable } declare void @llvm.trap() nounwind