xref: /llvm-project/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll (revision 6b898beb8e6bf5739d43c1d64646264afc595de8)
1; RUN: llc < %s -mtriple=i686-- | FileCheck %s
2
3@X = global i1 true
4; CHECK-NOT: .byte true
5