[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / PowerPC / aix-trampoline.ll
blobb71f6b54587c5b443629ffa0b9845757a42bbfdf
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 {
7 entry:
8   call void @llvm.init.trampoline(ptr %buffer, ptr @nested , ptr %nval)
9   ret void
12 declare i32 @nested(i32);
14 declare void @llvm.init.trampoline(ptr, ptr, ptr) nounwind