Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Verifier / comdat.ll
blobdcf67d89f8d7d3a1052f9e21c665398b03e7a3e3
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 $v = comdat any
4 @v = common global i32 0, comdat($v)
5 ; CHECK: 'common' global may not be in a Comdat!