[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / Verifier / llvm.used-invalid-init2.ll
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3 @a = global i8 42
4 @llvm.used = appending global [2 x i8*] [i8* @a, i8* null], section "llvm.metadata"
5
6 ; CHECK: invalid llvm.used member
7 ; CHECK-NEXT: i8* null