[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Verifier / annotation-metadata.ll
blob77a2584aa469464c0a76382aed4fbaa2c615d239
1 ; RUN: not llvm-as -disable-output < %s -o /dev/null 2>&1 | FileCheck %s
3 define void @test1(ptr %a) {
4 entry:
5 ; CHECK: annotation must have at least one operand
6   %a.addr = alloca ptr, align 8, !annotation !0
8 ; CHECK-NEXT: operands must be a string or a tuple of strings
9   ret void, !annotation !1
12 !0 = !{}
13 !1 = !{i32 10}