[SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix).
[oota-llvm.git] / test / Verifier / comdat2.ll
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3 $v = comdat any
4 @v = private global i32 0, comdat $v
5 ; CHECK: comdat global value has private linkage