[PowerPC] Eliminate compares - add i32 sext/zext handling for SETULT/SETUGT
[llvm-core.git] / test / Assembler / invalid-safestack-param.ll
blobb9046c4c33bd7134b4264200c2961a31ec067004
1 ; RUN: not llvm-as -o /dev/null %s 2>&1 | FileCheck %s
3 ; CHECK: error: invalid use of function-only attribute
4 declare void @foo(i32 safestack %x)