DEBSOURCES
Skip Quicknav
sources / llvm-3.0 / 3.0-10 / 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