[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / Assembler / invalid-safestack-param.ll
blob3cbbf037742b377d3b5a33ac64dd540e5779237e
1 ; RUN: not llvm-as -o /dev/null %s 2>&1 | FileCheck %s
3 ; CHECK: error: this attribute does not apply to parameters
4 declare void @foo(i32 safestack %x)