[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Verifier / invalid-frame-pointer-attr.ll
blobd589b96acc043e1db248cf561ad9679c51c760d7
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: invalid value for 'frame-pointer' attribute: arst
5 define void @func() #0 {
6   ret void
9 attributes #0 = { "frame-pointer"="arst" }