1 ; RUN: llc < %s -mtriple=i686-apple-darwin8 -mcpu=yonah | FileCheck %s -check-prefix=DARWIN
2 ; RUN: llc < %s -mtriple=i686-unknown-linux -mcpu=yonah | FileCheck %s -check-prefix=LINUX
3 ; RUN: llc < %s -mtriple=x86_64-scei-ps4 | FileCheck %s -check-prefix=PS4
11 define i32 @test0() noreturn nounwind {
13 tail call void @llvm.trap( )
17 ; DARWIN-LABEL: test1:
23 define i32 @test1() noreturn nounwind {
25 tail call void @llvm.debugtrap( )
29 declare void @llvm.trap() nounwind
30 declare void @llvm.debugtrap() nounwind