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 define i8* @nest_receiver(i8* nest %arg) nounwind {
8 define i8* @nest_caller(i8* %arg) nounwind {
9 %result = call i8* @nest_receiver(i8* nest %arg)
13 ; CHECK: LLVM ERROR: Nest arguments are unimplemented.