1 ; RUN: not --crash llc -mtriple powerpc-ibm-aix-xcoff < %s 2>&1 | FileCheck %s
2 ; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff < %s 2>&1 | FileCheck %s
4 ; CHECK: LLVM ERROR: INIT_TRAMPOLINE operation is not supported on AIX.
6 define void @create_trampoline(ptr %buffer, ptr %nval) nounwind {
8 call void @llvm.init.trampoline(ptr %buffer, ptr @nested , ptr %nval)
12 declare i32 @nested(i32);
14 declare void @llvm.init.trampoline(ptr, ptr, ptr) nounwind