xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=x86 | \
2; RUN:   not grep ".byte[[:space:]]*true"
3
4@X = global i1 true             ; <i1*> [#uses=0]
5