Fix PR2289: vr defined by multiple implicit_def as result of coalescing.
[oota-llvm.git] / test / CodeGen / X86 / 2003-11-03-GlobalBool.ll
1 ; RUN: llvm-as < %s | llc -march=x86 | \
2 ; RUN:   not grep {.byte\[\[:space:\]\]*true}
3
4 @X = global i1 true             ; <i1*> [#uses=0]