Remove llvm-upgrade and update tests.
[oota-llvm.git] / test / CodeGen / X86 / 2003-11-03-GlobalBool.llx
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | \
2 ; RUN:   not grep {.byte\[\[:space:\]\]*true}
3
4 %X = global bool true
5