diff options
-rw-r--r-- | test/CodeGen/X86/2003-11-03-GlobalBool.llx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2003-11-03-GlobalBool.llx b/test/CodeGen/X86/2003-11-03-GlobalBool.llx new file mode 100644 index 0000000000..c9e4bb5865 --- /dev/null +++ b/test/CodeGen/X86/2003-11-03-GlobalBool.llx @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s | llc -march=x86 | not grep '.byte[[:space:]]*true' + +%X = global bool true + |